We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3dc3145 + 0930310 commit b324072Copy full SHA for b324072
.github/PULL_REQUEST_TEMPLATE.md
@@ -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