From f97711a33af852cd6d758ce7c1ab474c74093274 Mon Sep 17 00:00:00 2001 From: Maya <10861407+serenibyss@users.noreply.github.com> Date: Mon, 11 Nov 2024 04:43:49 -0600 Subject: [PATCH] add issue templates --- .github/ISSUE_TEMPLATE/000-report-bug.yml | 62 +++++++++++++++++++ .../ISSUE_TEMPLATE/001-request-feature.yml | 28 +++++++++ 2 files changed, 90 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/000-report-bug.yml create mode 100644 .github/ISSUE_TEMPLATE/001-request-feature.yml diff --git a/.github/ISSUE_TEMPLATE/000-report-bug.yml b/.github/ISSUE_TEMPLATE/000-report-bug.yml new file mode 100644 index 000000000..f2b27106d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/000-report-bug.yml @@ -0,0 +1,62 @@ +name: Report Bug +description: "Report a bug." +body: + - type: markdown + attributes: + value: "A bug/crash report with sufficient information and logs to reproduce and track down." + - type: input + id: discord + attributes: + label: Your GTNH Discord Username + description: Leave empty if you don't have one, but this will make it harder to contact you if we need additional info. + placeholder: "Example: Fake#1234" + - type: input + id: version + attributes: + label: Mod Version + description: "What version of the Mod are you using?" + placeholder: "Example: 1.0.0" + validations: + required: true + - type: textarea + id: report + attributes: + label: Bug Report + description: "Relevant information, as well as relevant logs attached such as `logs/fml-client-latest.log." + placeholder: "Example: https://mclo.gs/ OR submit the file to github by dragging it to this textbox." + validations: + required: true + - type: dropdown + id: java + attributes: + label: Java Version + description: What Java version are you using? It's worth mentioning that if you play on Java9+ you should try update to latest minor release (e.g. prefer Java 17.0.6 over 17.0.2) of that version. + options: + - Java 8 + - Java 9 + - Java 11 + - Java 17 + - Java 19 + - Java 20 + - Java 21 + - Other (Please Specify) + validations: + required: true + - type: textarea + id: modlist + attributes: + label: Mod List or GTNH Pack Version + description: "List of mods, ideally a minimal reproducible set (can be retrieved from latest.log). If using GTNH please indicate pack version and any changed mods, not the entire modlist." + placeholder: "List of mods or GTNH Pack version goes here" + validations: + required: true + - type: checkboxes + id: final + attributes: + label: Final Checklist + description: Certify that you read things + options: + - label: "I have searched the issues and haven't found a similar issue." + required: true + + diff --git a/.github/ISSUE_TEMPLATE/001-request-feature.yml b/.github/ISSUE_TEMPLATE/001-request-feature.yml new file mode 100644 index 000000000..cb325a124 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/001-request-feature.yml @@ -0,0 +1,28 @@ +name: Feature Request +description: "Request a feature." +body: + - type: markdown + attributes: + value: "Please use this form to request features. We ask you check if it was already requested though" + - type: input + id: discord + attributes: + label: Your GTNH Discord Username + description: Leave empty if you don't have one, but this will make it harder to contact you if we need additional info. + placeholder: "Example: Wumpus#1234" + - type: textarea + id: request + attributes: + label: Feature Request + description: "Relevant information, as well as relevant images" + placeholder: "Example: https://mclo.gs/ OR submit the file to github by dragging it to this textbox." + validations: + required: true + - type: checkboxes + id: final + attributes: + label: Final Checklist + description: Certify that you read things + options: + - label: "I have searched the issues and haven't found a similar issue." + required: true