Skip to content

Commit

Permalink
dev: Improve the PR template
Browse files Browse the repository at this point in the history
  • Loading branch information
marienfressinaud committed Dec 8, 2024
1 parent 230e6a4 commit 1fc4746
Showing 1 changed file with 26 additions and 9 deletions.
35 changes: 26 additions & 9 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,28 @@
Pull request checklist:
## Related issue(s)

- [ ] code is manually tested
- [ ] interface works on both mobiles and big screens
- [ ] accessibility has been tested
- [ ] tests are updated
- [ ] French locale is synchronized
- [ ] documentation is updated (including comments, commit messages, migration notes, …)
<!-- Copy-paste the URL to the related issue(s) if any ("N/A" if not applicable).
-->

_If you think one of the item isn’t applicable to the PR, please check it
anyway and precise `N/A` next to it._
## How to test manually

<!-- List actions (step by step) of what have to be done in order to test your
-- changes manually ("N/A" if not applicable).
-->

## Reviewer checklist

<!-- Please don't change or remove this checklist. It will be used by the
-- reviewer to make sure to not forget important things.
-- Reviewer: if you think one of the item isn’t applicable to this PR,
-- please check it anyway.
-->

- [ ] Code is manually tested
- [ ] Interface works on both mobiles and big screens
- [ ] Interface works on both Firefox and Chrome
- [ ] Accessibility has been tested
- [ ] Translations are synchronized
- [ ] Tests are up to date
- [ ] Copyright notices are up to date
- [ ] Documentation is up to date
- [ ] Pull request has been reviewed and approved

0 comments on commit 1fc4746

Please sign in to comment.