Skip to content

Commit

Permalink
Remove requirement to update changelog from PR template.
Browse files Browse the repository at this point in the history
  • Loading branch information
tburrows13 committed Apr 1, 2020
1 parent 1b65837 commit e997afa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<!--
Please tick when you have done these. They don't need to all be completed before the PR is created.
Please tick when you have done these. They don't need to all be completed before the PR is submitted.
Delete them if they are not appropriate for this pull request.
-->
- [ ] I have provided code that clearly demonstrates the bug and that only works correctly when applying this fix
- [ ] I have added suitable tests demonstrating a fixed bug or new/changed feature to the test suite in `tests/`
- [ ] I have added a suitable explanation of the change to `CHANGELOG.md`
- [ ] I have properly documented new or changed features in the documentation or in the docstrings
- [ ] I have properly explained unusual or unexpected code in the comments around it
- [ ] I have formatted my code using `black -t py36`

0 comments on commit e997afa

Please sign in to comment.