-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove requirement to update changelog from PR template.
- Loading branch information
1 parent
1b65837
commit e997afa
Showing
1 changed file
with
1 addition
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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` |