-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new 'Unreleased' section to CHANGELOG.md. (#1121)
* And update PR template.
- Loading branch information
1 parent
fc691e9
commit 7353216
Showing
3 changed files
with
35 additions
and
10 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. | ||
--> | ||
- [ ] <!--Only relevant if this is a bug fix-->I have provided code that clearly demonstrates the bug and only works correctly when used with this PR | ||
- [ ] I have added suitable tests to the test suite in `tests/` | ||
- [ ] I have properly documented new or changed features in the documention or in the docstrings | ||
- [ ] I have properly documented unusual changes to the code in the comments around it | ||
- [ ] I have made note of any breaking/backwards incompatible changes | ||
- [ ] I formatted my code using `black -t py36` | ||
- [ ] 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 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` |
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
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