-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Add a welcome comment to first time contributor PRs #28118
Conversation
There are some formatting issues with your code. We have a tool which should fix it all automatically provided there are no syntax errors. Give it a try.
|
packages/project-management-automation/lib/tasks/first-time-contributor-label/index.js
Outdated
Show resolved
Hide resolved
packages/project-management-automation/lib/tasks/first-time-contributor-label/index.js
Show resolved
Hide resolved
Size Change: 0 B Total Size: 1.37 MB ℹ️ View Unchanged
|
Okay, there's a chance I messed this up but @noisysocks I think I finally got there with help from Dan! How are we looking now? |
This PR seeks to close out this project automation task by adding in a welcome message to first time contributors encouraging them to join WordPress.org slack and to review the core handbook: #27423 Rather than creating a new file, decided to just latch onto our current setup for adding the first time contributor label. I'm no JS developer so, in a true inception moment, I'll need some "first time contributor" like guidance here to get this right 😄 and, per usual, welcome thoughts on what this message should say. Since we already have a message in place when a PR is merged to encourage folks to connect their WordPress.org profile, I'm leaving that out.
Co-authored-by: Daniel Richards <[email protected]>
…ntributor-label/index.js Co-authored-by: Daniel Richards <[email protected]>
661eaf2
to
3e4855b
Compare
Have reported the failing e2e test here - #28825. This branch is completely unrelated as it doesn't touch production code, so I'm approving and merging the PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work @annezazu 🎉
Thank you, Dan and Rob, for all the help here. Very much teamwork makes the dream work! |
Is this your first non-doc PR? Nice work 🎉 |
After committing this new welcome message #28118, I noticed a few minor spacing issues in the implementation. This PR is a very simple fix to get proper spacing in place!
* Fix spacing in new contributor welcome message After committing this new welcome message #28118, I noticed a few minor spacing issues in the implementation. This PR is a very simple fix to get proper spacing in place! * update test Co-authored-by: ntsekouras <[email protected]>
Description
This PR seeks to close out this project automation task by adding in a welcome message to first time contributors encouraging them to join WordPress.org slack and to review the core handbook: #27423 Rather than creating a new file, decided to just latch onto our current setup for adding the first time contributor label.
I'm no JS developer so, in a true inception moment, I'll need some "first time contributor" like guidance here to get this right 😄 and, per usual, welcome thoughts on what this message should say. Since we already have a message in place when a PR is merged to encourage folks to connect their WordPress.org profile, I'm leaving that out.
Types of changes
This is a new feature that adds a welcome message in GitHub to new contributors.
Checklist: