-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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 message/ DCO nag from the repo bot to new contributors #13232
Comments
Agreed this would be neat. cc @itayd for thoughts on how to do this with RepoKitteh |
can you define explicitly what needs to be done here? |
the welcome message would be for first time contributors (i guess if they havent opened a PR before too ?) for the DCO nag - i guess either whenever DCO will fail (i need to look to see if this checks PR or commits...) or at least when a PR was opened and DCO would fail |
thinking more about this - i think if any commits are missing DCO would probs be the rule to trigger (ie on any PR at any time) |
@phlax i think it makes sense on every time DCO emits, we should add a message that:
Re the welcome message, why not just point to it from a PR template? Add a link to a document welcoming people. |
i was thinking this for a few reasons
i think the DCO messaging is more important tho |
...another reason... if you create a new PR for the first time and it messages you immediately i think in most cases you will immediately receive an email with an |
I was thinking for messages... welcome
DCO
|
This makes sense. @phlax would you like to write this behavior yourself? I will teach you how. |
i would love to! i had a quick look to see if i could figure it out - but it wasnt immediately obvious and i was working on other things lmk what you want me to do to get started |
I think this is working now. |
Description
First time contributors often havent added DCO - when reviewers point this out it can be misunderstood as a criticism or as a review of the PR.
If the repo bot automatically posted a message saying something like "welcome @newcontributor - please read contributing guidelines if you havent already..." - it could also nag about DCO if that hasnt been added already
not sure if this is possible - might make it easier for new contribs - also flags to reviewers more explicitly that its a new contributor
The text was updated successfully, but these errors were encountered: