From a9b818e8c70c5291f4ebf211c9dded4f3f0fde54 Mon Sep 17 00:00:00 2001 From: natlibfi-ptalosel <117168919+natlibfi-ptalosel@users.noreply.github.com> Date: Tue, 8 Oct 2024 14:40:38 +0300 Subject: [PATCH 1/2] Update pull request template with a new check for translations --- pull_request_template.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pull_request_template.md b/pull_request_template.md index d12e21e2a..3822a6594 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -16,3 +16,5 @@ **Has the application documentation been updated for these changes?** **Did someone actually run this code to verify it works?** + +**Have the Transifex translators been notified?** From 6481f64febbb9b5e3210f84d2309b94ca1962a25 Mon Sep 17 00:00:00 2001 From: natlibfi-ptalosel <117168919+natlibfi-ptalosel@users.noreply.github.com> Date: Tue, 8 Oct 2024 14:59:05 +0300 Subject: [PATCH 2/2] Move pull request template to .github directory --- pull_request_template.md => .github/pull_request_template.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename pull_request_template.md => .github/pull_request_template.md (100%) diff --git a/pull_request_template.md b/.github/pull_request_template.md similarity index 100% rename from pull_request_template.md rename to .github/pull_request_template.md