-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Revisit PR template [ci skip] #6104
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,16 +1,19 @@ | ||
| <!-- | ||
| Thanks for submitting a PR, your contribution is really appreciated! | ||
|
|
||
| Here is a quick checklist that should be present in PRs. | ||
| (please delete this text from the final description, this is just a guideline) | ||
| --> | ||
|
|
||
| - [ ] Target the `master` branch for bug fixes, documentation updates and trivial changes. | ||
| - [ ] Target the `features` branch for new features, improvements, and removals/deprecations. | ||
| !! Please delete this text from the final description, this is just a guideline) !! | ||
|
|
||
| - [ ] Target the `master` branch for bug fixes, documentation updates and | ||
| trivial changes. But please use `features` for changes touching many | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. isn't the opposite slightly better (since we frequently merge master into features but rarely the other way)
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The point here is that it should go to the leading branch, and not the stable/release branch (for bugfixes).
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @asottile |
||
| files. | ||
| Target the `features` branch for new features, improvements, and | ||
| removals/deprecations. | ||
| - [ ] Include documentation when adding new features. | ||
| - [ ] Include new tests or update existing tests when applicable. | ||
|
|
||
| Unless your change is trivial or a small documentation fix (e.g., a typo or reword of a small section) please: | ||
| Unless your change is trivial or a small documentation fix (e.g., a typo or | ||
| reword of a small section) please: | ||
|
|
||
| - [ ] Create a new changelog file in the `changelog` folder, with a name like `<ISSUE NUMBER>.<TYPE>.rst`. See [changelog/README.rst](https://github.com/pytest-dev/pytest/blob/master/changelog/README.rst) for details. | ||
| - [ ] Add yourself to `AUTHORS` in alphabetical order; | ||
| - [ ] Add yourself to `AUTHORS` in alphabetical order | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Big +1 for removing this semicolon! It's not necessary here, you don't use them at the end of a sentence; they would only go in the middle of a sentence, a bit like a comma.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @hugovk
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please see PR #6188. |
||
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.
As per #6159 (comment) removing the comments might be good already.
Happy to create a PR, but please approve it here already, so that it does not get talked down again.
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 the "(please delete...)" could be removed from here, but I'd leave the other instructions inside comments, otherwise you'll see them on many PRs.