From 8120ed457c9ad2e43b6bd06b29c6e69ae5dc2e14 Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Wed, 1 Feb 2023 16:08:59 +0100 Subject: [PATCH] CI: Update PULL_REQUEST_TEMPLATE.md Signed-off-by: Michael Mayer --- .github/PULL_REQUEST_TEMPLATE.md | 39 ++++++++++++++++---------------- 1 file changed, 20 insertions(+), 19 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 93b49e8a1..07d82cfc6 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,32 +1,33 @@ - Acceptance Criteria: -- [ ] **Features and enhancements are fully implemented** so that they can be released at any time without additional work -- [ ] **Automated unit and/or acceptance tests have been added** to ensure the changes work as expected and to reduce repetitive manual work -- [ ] **User interface changes are fully responsive** and have been tested on all major browsers and various devices -- [ ] Database-related changes are compatible with SQLite and MariaDB -- [ ] Translations have been / will be updated (specify if needed) -- [ ] Documentation has been / will be updated (specify if needed) -- [ ] Contributor License Agreement (CLA) has been signed +- [ ] Features and enhancements must be fully implemented so that they can be released at any time without additional work +- [ ] Automated unit and/or acceptance tests are mandatory to ensure the changes work as expected and to reduce repetitive manual work +- [ ] Frontend components must be responsive to work and look properly on phones, tablets, and desktop computers; you must have tested them on all major browsers and different devices +- [ ] Documentation and translation updates should be provided if needed +- [ ] In case you submit database-related changes, they must be tested and compatible with SQLite 3 and MariaDB 10.5.12+