-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Update Contribution guidelines and PR template #2575
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
Conversation
8d35870 to
78449fe
Compare
sbrl
left a comment
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.
Looks great, @waldyrious! Much briefer than our existing template.
- Add example commit messages for translations and for changes that affect multiple pages; - Prefix each example with a description of the type of change it refers to.
- Remove horizontal rule at the top (the comments are sufficient as visual separation); - Shorten the comments to make them more compact and more likely to be read; - Make each checklist entry take a single line; - Remove blank lines between checklist entries.
78449fe to
6ec81b2
Compare
|
Please don't merge yet, I need to fix the issue @pxgamer pointed out in the review comments. |
|
Update: I've confirmed the current URL format works as intended (see the inline conversation above for details). Feel free to merge this. |
|
Oh no, @pxgamer, you squash-merged my carefully crafted separate commits 😢 Not a big deal of course :) but in the future, please keep in mind the second-to-last bullet point here when merging PRs. |
|
Ah, damn it. I apologise, I completely forgot about commit history. |
|
No problem! 😃 this sort of thing is better gradually acquired as part of the development culture/process, rather than by memorizing rules exhaustively. |
This commit updates the commit message guidelines in CONTRIBUTING.md:
It also updates the PR template, to make it more compact and reduce duplication of information included in CONTRIBUTING.md:
(the comments are sufficient as visual separation);
This is a follow-up to the discussion at #2512.