Skip to content

Commit 761e20e

Browse files
dev: Provide a pull request template
1 parent 771f0dc commit 761e20e

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.github/pull_request_template.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
## Related issue(s)
2+
3+
<!-- Copy-paste the URL to the related issue(s) if any ("N/A" if not applicable).
4+
-->
5+
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+
- [ ] Interface works on both Firefox and Chrome
22+
- [ ] Accessibility has been tested
23+
- [ ] Translations are synchronized
24+
- [ ] Copyright notices are up to date
25+
- [ ] Documentation is up to date
26+
- [ ] Pull request has been reviewed and approved

0 commit comments

Comments
 (0)