Skip to content

Commit b324072

Browse files
authored
Merge pull request #201 from novafloss/pr/add-template
Add template for pull requests
2 parents 3dc3145 + 0930310 commit b324072

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
## Review
2+
3+
This PR closes #<!-- issue number -->
4+
5+
* [ ] Tests<!-- mandatory -->
6+
* [ ] Docs/comments
7+
* [ ] Translations
8+
* [ ] Migration(s)
9+
* [ ] `CHANGELOG.rst` Updated
10+
* [ ] Delete your branch
11+
12+
<!-- THE FOLLOWING IS ONLY FOR A RELEASE PULL-REQUEST -->
13+
<!-- uncomment the block to make it real
14+
15+
## Release
16+
17+
* [ ] Fetch translations from Crowdin
18+
* [ ] Change VERSION with the appropriate tag
19+
* [ ] Amend `CHANGELOG.rst` (check the release date)
20+
* [ ] Tag the resulting commit with the appropriate tag
21+
* [ ] Push the tag (using: `git push --tags`)
22+
* [ ] Edit the release (copy/paste CHANGELOG)
23+
* [ ] Publish the new release to PyPI
24+
25+
-->

0 commit comments

Comments
 (0)