Skip to content

Add GitHub Action to Welcome First-Time Contributors #817

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
shivasankaran18 opened this issue Apr 22, 2025 · 3 comments · May be fixed by #821
Open

Add GitHub Action to Welcome First-Time Contributors #817

shivasankaran18 opened this issue Apr 22, 2025 · 3 comments · May be fixed by #821

Comments

@shivasankaran18
Copy link

Increasing Access

We can improve our onboarding experience for new contributors by automatically welcoming first-time issue reporters and pull request creators with a friendly message.

Most appropriate sub-area of p5.js?

Home

Feature request details

When a user opens their first issue or first pull request, the GitHub Action should detect that it’s their first contribution to the repo and post a welcome comment. This message can direct them to:

  • Contribution guidelines
  • Community support channels

We can use the GitHub GraphQL API to determine whether it’s a user's first-ever issue or PR

@shivasankaran18
Copy link
Author

@ksen0 can I work on this issue.. ?

@ksen0
Copy link
Member

ksen0 commented Apr 23, 2025

Hi @shivasankaran18 ! Thanks for spotting that p5.js-website doesn't have the welcome bot set up yet! The p5.js repo already uses the welcome bot (set up here: https://github.com/processing/p5.js/blob/main/.github/config.yml) so if you'd like, you're welcome to:

  1. create a PR in p5.js to update https://github.com/processing/p5.js/blob/main/.github/config.yml to include links to contribution guidelines and community support channels
  2. Once that's in, would be really helpful if you created the matching PR for p5.js dev-2.0 branch, not just main - since 1.x and 2.x are currently diverged (you can use git cherrypick)
  3. and/or: create a PR in p5.js-website to create a similar .github/config.yml to implement a similar welcome message here

Does that sound good, would you like to work on that?

@shivasankaran18
Copy link
Author

Ok @ksen0 .. I shall work on it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants