diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 1c0ba400..1386e37a 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -9,10 +9,15 @@ ## Mandatory Checks + + - [ ] I have added a description of the changes in the CHANGELOG files - [ ] I have run `npm run lint` to check that my changes respects the coding conventions +- [ ] I have added user documentation for the new features I added +- [ ] I have added technical documentation for the new features I added +- [ ] I added some documentation and I have run `npm run doc:translate` to generate translations files ## Screenshots