From bd48876f9ae094aaca94e5e59bf2c9d1806a1ffd Mon Sep 17 00:00:00 2001 From: XtoMHA96 Date: Mon, 9 Oct 2023 12:47:33 +0100 Subject: [PATCH] issue template update --- .github/ISSUE_TEMPLATE/bug_report.yaml | 4 +--- .github/ISSUE_TEMPLATE/translate.yaml | 21 ++++----------------- 2 files changed, 5 insertions(+), 20 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index bb193b9..8c97460 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -49,9 +49,7 @@ body: attributes: label: Steps until the issue appears description: "[optional] You can add the steps taken to be able to reproduce your problem." - placeholder: "1. Description of step 1 ...\n - 2. Description of step 2 ...\n - ..." + placeholder: "1. Description of step 1 ...\n2. Description of step 2 ...\n..." - type: textarea id: expected-result attributes: diff --git a/.github/ISSUE_TEMPLATE/translate.yaml b/.github/ISSUE_TEMPLATE/translate.yaml index 14b437f..b376b1a 100644 --- a/.github/ISSUE_TEMPLATE/translate.yaml +++ b/.github/ISSUE_TEMPLATE/translate.yaml @@ -15,26 +15,13 @@ body: id: lang-code attributes: label: Language code - description: "" + description: "You can find the language code at:" placeholder: eg. en - type: textarea id: translate attributes: - label: Translate - description: "You can send the YAML file already translated or write it in this section.\n\n - [WARNING] If you want to directly write the translation in this section, the code must start with and end with . You can use the "Preview" tab to see if the code has been written correctly." - placeholder: "home:\n - \tclose: Close the window and stop the code\n - \tcronoTitle: CLOCKS\n - \tcdownTitle: TIMERS\n - \tcdowntimeTitle: TIME UNTIL...\n - \ttwitchextTitle: EXTENSIBLE TWITCH\n - \ttimeTitle: CURRENT TIME\n - \tnotycopycrono: URL copied to clipboard\n - crono:\n - \tbuttons:\n - \t\tstart: Start\n - \t\tpause: Pause\n - \t\treset: Reset" + label: Translate YAML + description: "You can send the YAML file already translated or write it in this section.\n\n[WARNING] If you want to directly write the translation in this section, the code must start with and end with . You can use the \"Preview\" tab to see if the code has been written correctly." + placeholder: "home:\n\tclose: Close the window and stop the code\n\tcronoTitle: CLOCKS\n\tcdownTitle: TIMERS\n\tcdowntimeTitle: TIME UNTIL...\n\ttwitchextTitle: EXTENSIBLE TWITCH\n\ttimeTitle: CURRENT TIME\n\tnotycopycrono: URL copied to clipboard\ncrono:\n\tbuttons:\n\t\tstart: Start\n\t\tpause: Pause\n\t\treset: Reset" validations: require: true