-
Notifications
You must be signed in to change notification settings - Fork 3.2k
github: Wordsmith contributing checklist output #1964
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
base: main
Are you sure you want to change the base?
Conversation
| msg += "\n> [!NOTE]\n> Please review [CONTRIBUTING](https://github.com/freebsd/freebsd-src/blob/main/CONTRIBUTING.md) guidelines, then update and push your branch again.\n\n" | ||
| } else { | ||
| let msg = "No Issues found.\n\n"; | ||
| let msg = "[CONTRIBUTING](https://github.com/freebsd/freebsd-src/blob/main/CONTRIBUTING.md) guideline checklist found no issues.\n\n"; |
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.
I think no issues found was better...
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.
IMO there is some value in including the link also in the "good" case - both because a user might recall this is where the link shows up, and also because it is more precise. Without context "No issues found." might be taken as an indication that the commit has passed code review, testing, etc.
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.
I'm willing to try it. Just seemed too verbose for n9thing to do.
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.
Without context "No issues found." might be taken as an indication that the commit has passed code review, testing, etc.
That's what I was thinking. Someone might get really excited and then have their hopes dashed. I'm not attached to any specific wording though.
81c7248 to
ce08d06
Compare
| repo: context.repo.repo, | ||
| comment_id: comment_id, | ||
| body: msg_prefix + "All issues resolved." | ||
| body: msg_prefix + "[CONTRIBUTING](https://github.com/freebsd/freebsd-src/blob/main/CONTRIBUTING.md) checklist issues resolved.\n\n"; |
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.
Same here...
| msg += "\n> [!NOTE]\n> Please review [CONTRIBUTING](https://github.com/freebsd/freebsd-src/blob/main/CONTRIBUTING.md) guidelines, then update and push your branch again.\n\n" | ||
| } else { | ||
| let msg = "No Issues found.\n\n"; | ||
| let msg = "[CONTRIBUTING](https://github.com/freebsd/freebsd-src/blob/main/CONTRIBUTING.md) guideline checklist found no issues.\n\n"; |
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.
I'm willing to try it. Just seemed too verbose for n9thing to do.
No description provided.