diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report_de.yml similarity index 76% rename from .github/ISSUE_TEMPLATE/bug_report.yml rename to .github/ISSUE_TEMPLATE/bug_report_de.yml index 8979a782..15a6c4c9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report_de.yml @@ -1,5 +1,5 @@ name: 🐛 Fehler melden -description: Melde einen Fehler oder Bug in MySpeed +description: Melde einen Fehler oder Bug in MySpeed (🇩🇪) title: "[Fehler] " labels: ["bug"] body: @@ -14,9 +14,9 @@ body: required: true - type: textarea attributes: - label: "Der Fehler" - description: "Beschreibe den Bug/Fehler genau ins Detail. Füge falls vorhanden auch Screenshots hinzu und gib an, wie man den Fehler reproduzieren kann" - placeholder: "Es erscheint ein Fehler bei ..." + label: Der Fehler + description: Beschreibe den Bug/Fehler genau ins Detail. Füge falls vorhanden auch Screenshots hinzu und gib an, wie man den Fehler reproduzieren kann + placeholder: Es erscheint ein Fehler bei ... validations: required: true - type: dropdown diff --git a/.github/ISSUE_TEMPLATE/bug_report_en.yml b/.github/ISSUE_TEMPLATE/bug_report_en.yml new file mode 100644 index 00000000..ae10f67d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report_en.yml @@ -0,0 +1,43 @@ +name: 🐛 Report a Bug +description: Report a bug or issue in MySpeed (🇬🇧) +title: "[Bug] " +labels: ["bug"] +body: + - type: checkboxes + attributes: + label: General + description: Please confirm the following statements + options: + - label: I have updated to the latest version of MySpeed. + required: true + - label: My bug has not been reported yet. + required: true + - type: textarea + attributes: + label: The Bug + description: Describe the bug/issue in detail. If possible, include screenshots and provide steps to reproduce the error. + placeholder: An error occurs when ... + validations: + required: true + - type: dropdown + id: browsers + attributes: + label: What device are you using to access the page? + multiple: true + options: + - In the browser + - On mobile + - On a tablet + validations: + required: true + - type: dropdown + id: server + attributes: + label: Which operating system is your MySpeed instance running on? + multiple: true + options: + - Linux + - Windows + - macOS + validations: + required: true \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request_de.yml similarity index 70% rename from .github/ISSUE_TEMPLATE/feature_request.yml rename to .github/ISSUE_TEMPLATE/feature_request_de.yml index f6ca3230..2058e80a 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request_de.yml @@ -1,5 +1,5 @@ name: 💡 Idee vorschlagen -description: Hast du eine Idee? Hier bist du richtig +description: Hast du eine Idee? Hier bist du richtig (🇩🇪) title: "[Feature] " labels: ["enhancement"] body: @@ -14,8 +14,8 @@ body: required: true - type: textarea attributes: - label: "Deine Idee" - description: "Was können wir hinzufügen? Beschreibe deine Idee so genau wie möglich" - placeholder: "Meine Idee wäre es, ..." + label: Deine Idee + description: Was können wir hinzufügen? Beschreibe deine Idee so genau wie möglich + placeholder: Meine Idee wäre es, ... validations: required: true \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request_en.yml b/.github/ISSUE_TEMPLATE/feature_request_en.yml new file mode 100644 index 00000000..a14dd99c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request_en.yml @@ -0,0 +1,21 @@ +name: 💡 Suggest idea +description: Do you have an idea? You're in the right place (🇬🇧) +title: "[Feature] " +labels: ["enhancement"] +body: + - type: checkboxes + attributes: + label: General + description: Please confirm the following statements + options: + - label: My feature does not exist in the latest version of MySpeed. + required: true + - label: I have checked that my feature has not been suggested by anyone else. + required: true + - type: textarea + attributes: + label: Your Idea + description: What can we add? Describe your idea as precisely as possible. + placeholder: My idea would be to ... + validations: + required: true \ No newline at end of file