From d47bbc42c66690d8289296a90d918ac1dc32c227 Mon Sep 17 00:00:00 2001 From: j-mys Date: Tue, 2 Apr 2024 06:31:36 +0300 Subject: [PATCH] update PR-template, add documentation and translations section --- .github/pull_request_template.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index c8808113..d2306c7b 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -20,6 +20,17 @@ * [ ] Check that this feature works * [ ] Check that code follows our standards +## Continuous documentation + + +* [ ] This feature has been documented/the documentation has been updated +* [ ] This change doesn't require updates to the documentation + +## Translations + + +* [ ] Translations have been added to .po -files and included in this PR + ## Other PRs