From 0d6497498763be9782744c1daeb59ba0224b69a1 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Sun, 29 Jan 2023 23:04:28 +0100 Subject: [PATCH] Updated issue templates --- .github/ISSUE_TEMPLATE/04-add-a-translation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/04-add-a-translation.yml b/.github/ISSUE_TEMPLATE/04-add-a-translation.yml index a57ffbcc7..520f807fa 100644 --- a/.github/ISSUE_TEMPLATE/04-add-a-translation.yml +++ b/.github/ISSUE_TEMPLATE/04-add-a-translation.yml @@ -2,7 +2,7 @@ name: Add a translation description: Missing support for your language? Add a translation title: Add translations for ... labels: - - enhancement + - change request body: - type: markdown @@ -71,7 +71,7 @@ body: Please ensure that your translation fulfills the following requirements. options: - - label: I've checked that the language is not included in the list of [available languages](https://squidfunk.github.io/mkdocs-material/setup/changing-the-language/#site-language). + - label: I've checked the list of [available languages](https://squidfunk.github.io/mkdocs-material/setup/changing-the-language/#site-language) for existing translations. required: true - label: I assure that the translations are accurate to my best knowledge. required: true