Skip to content

Commit

Permalink
Make whole checklist a comment to avoid incomplete TODOs in PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Nov 14, 2019
1 parent 350c27c commit 48ec7d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
Thanks for submitting a PR, your contribution is really appreciated!
Here is a quick checklist that should be present in PRs.
-->
- [ ] Target the `master` branch for bug fixes, documentation updates and trivial changes.
- [ ] Target the `features` branch for new features, improvements, and removals/deprecations.
Expand All @@ -13,3 +12,4 @@ Unless your change is trivial or a small documentation fix (e.g., a typo or rewo
- [ ] 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.
-->

0 comments on commit 48ec7d2

Please sign in to comment.