-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
230e6a4
commit 1fc4746
Showing
1 changed file
with
26 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |