-
Notifications
You must be signed in to change notification settings - Fork 167
Closed
Labels
Description
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
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
shivasankaran18 commentedon Apr 22, 2025
@ksen0 can I work on this issue.. ?
ksen0 commentedon 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:
dev-2.0
branch, not justmain
- since 1.x and 2.x are currently diverged (you can use git cherrypick).github/config.yml
to implement a similar welcome message hereDoes that sound good, would you like to work on that?
shivasankaran18 commentedon Apr 25, 2025
Ok @ksen0 .. I shall work on it