From 1fc47468d4711e48730b542cb455dd3da119e6e2 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Wed, 4 Dec 2024 22:54:11 +0100 Subject: [PATCH] dev: Improve the PR template --- .github/pull_request_template.md | 35 ++++++++++++++++++++++++-------- 1 file changed, 26 insertions(+), 9 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 957d8c6b..36f9f994 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -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, …) + -_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 + + + +## Reviewer checklist + + + +- [ ] 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