Skip to content

Commit 94a00b3

Browse files
dev: Improve the pull request template
1 parent b6c4165 commit 94a00b3

File tree

1 file changed

+23
-6
lines changed

1 file changed

+23
-6
lines changed

.github/pull_request_template.md

+23-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,25 @@
1-
Pull request checklist:
1+
## Related issue(s)
22

3-
- [ ] code is manually tested
4-
- [ ] tests are updated
5-
- [ ] documentation is updated (including comments, commit messages, migration notes, …)
3+
<!-- Copy-paste the URL to the related issue(s) if any ("N/A" if not applicable).
4+
-->
65

7-
_If you think one of the item isn’t applicable to the PR, please check it
8-
anyway and precise `N/A` next to it._
6+
## How to test manually
7+
8+
<!-- List actions (step by step) of what have to be done in order to test your
9+
-- changes manually ("N/A" if not applicable).
10+
-->
11+
12+
## Reviewer checklist
13+
14+
<!-- Please don't change or remove this checklist. It will be used by the
15+
-- reviewer to make sure to not forget important things.
16+
-- Reviewer: if you think one of the item isn’t applicable to this PR,
17+
-- please check it anyway.
18+
-->
19+
20+
- [ ] Code is manually tested
21+
- [ ] Translations are synchronized
22+
- [ ] Tests are up to date
23+
- [ ] Copyright notices are up to date
24+
- [ ] Documentation is up to date
25+
- [ ] Pull request has been reviewed and approved

0 commit comments

Comments
 (0)