From 2f9edea77bbb3619687557ccef10eaba0a30d8cf Mon Sep 17 00:00:00 2001 From: Lea Date: Fri, 9 Jun 2023 18:26:57 +0200 Subject: [PATCH 1/3] Add issue template for new language --- .gitea/issue_template/config.yaml | 5 +++ .gitea/issue_template/new_language.yaml | 51 +++++++++++++++++++++++++ 2 files changed, 56 insertions(+) create mode 100644 .gitea/issue_template/config.yaml create mode 100644 .gitea/issue_template/new_language.yaml diff --git a/.gitea/issue_template/config.yaml b/.gitea/issue_template/config.yaml new file mode 100644 index 0000000..a40fd35 --- /dev/null +++ b/.gitea/issue_template/config.yaml @@ -0,0 +1,5 @@ +blank_issues_enabled: true +contact_links: + - name: Join the translators server + about: Got a question or suggestion? You will receive a faster response here. + url: "https://rvlt.gg/5dHVyTjb" diff --git a/.gitea/issue_template/new_language.yaml b/.gitea/issue_template/new_language.yaml new file mode 100644 index 0000000..9f1d6fe --- /dev/null +++ b/.gitea/issue_template/new_language.yaml @@ -0,0 +1,51 @@ +name: Add a new language +about: Request a new language to be added +title: "Add language: " +body: + - type: markdown + attributes: + value: | + Please fill out the issue title as well as the fields below! + - type: input + id: lang-name + attributes: + label: Language name + description: The English name of the language + placeholder: German + validations: + required: true + - type: input + id: lang-name-localised + attributes: + label: Localised language name + description: The translated name of the language + placeholder: Deutsch + validations: + required: true + - type: input + id: lang-code + attributes: + label: Language code + description: 2-letter language code + placeholder: de + validations: + required: true + - type: input + id: weblate-user + attributes: + label: Weblate profile + description: Please provide your Weblate username or a link to your profile if you want to be added as a maintainer + placeholder: "https://weblate.insrt.uk/user/lea/" + validations: + required: false + - type: checkbox + id: add-as-maintainer + label: Language maintainer + description: | + Only check this if you've made substantial contributions to Revolt's translations in this language or are already elected as language maintainer there. + If you do, make sure to provide your Weblate profile above! + options: + - label: Add me as language maintainer + - type: textarea + label: Additional information + placeholder: Is there anything else you would like us to know? \ No newline at end of file From 988d03b40679bf7481cc63a8f66e65049d883b4a Mon Sep 17 00:00:00 2001 From: Lea Date: Fri, 9 Jun 2023 18:29:07 +0200 Subject: [PATCH 2/3] Let's try that again --- .gitea/issue_template/new_language.yaml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.gitea/issue_template/new_language.yaml b/.gitea/issue_template/new_language.yaml index 9f1d6fe..0d52ef2 100644 --- a/.gitea/issue_template/new_language.yaml +++ b/.gitea/issue_template/new_language.yaml @@ -40,12 +40,13 @@ body: required: false - type: checkbox id: add-as-maintainer - label: Language maintainer - description: | - Only check this if you've made substantial contributions to Revolt's translations in this language or are already elected as language maintainer there. - If you do, make sure to provide your Weblate profile above! - options: - - label: Add me as language maintainer + attributes: + label: Language maintainer + description: | + Only check this if you've made substantial contributions to Revolt's translations in this language or are already elected as language maintainer there. + If you do, make sure to provide your Weblate profile above! + options: + - label: Add me as language maintainer - type: textarea label: Additional information placeholder: Is there anything else you would like us to know? \ No newline at end of file From eef78dcc9a88aae08d200e545689e52425a359bb Mon Sep 17 00:00:00 2001 From: Lea Date: Fri, 9 Jun 2023 18:29:53 +0200 Subject: [PATCH 3/3] I did not read the documentation --- .gitea/issue_template/new_language.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/issue_template/new_language.yaml b/.gitea/issue_template/new_language.yaml index 0d52ef2..20c031a 100644 --- a/.gitea/issue_template/new_language.yaml +++ b/.gitea/issue_template/new_language.yaml @@ -38,7 +38,7 @@ body: placeholder: "https://weblate.insrt.uk/user/lea/" validations: required: false - - type: checkbox + - type: checkboxes id: add-as-maintainer attributes: label: Language maintainer