From 563fe750054d2bca86955a66cd3c415657c98506 Mon Sep 17 00:00:00 2001 From: John Livingston Date: Fri, 8 Sep 2023 10:15:49 +0200 Subject: [PATCH] PR template update. --- .github/PULL_REQUEST_TEMPLATE.md | 5 +++++ 1 file changed, 5 insertions(+) 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