From ce3e620349d99ec793319c9a09df49742ecff8d4 Mon Sep 17 00:00:00 2001 From: Kevsky Date: Mon, 15 Jul 2024 15:59:45 +0200 Subject: [PATCH] Add files via upload --- .github/ISSUE_TEMPLATE/modpack.yml | 45 ++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/modpack.yml diff --git a/.github/ISSUE_TEMPLATE/modpack.yml b/.github/ISSUE_TEMPLATE/modpack.yml new file mode 100644 index 0000000..f695d97 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/modpack.yml @@ -0,0 +1,45 @@ +name: Modpack +description: Report a issue related to the modpack! +title: "[Modpack]" +labels: ["Modpack"] +body: + - type: checkboxes + attributes: + label: Checklist + description: Issue will be closed if incomplete. These are required before submitting and by sumbitting you agree that you have actually done them. + options: + - label: I've checked that the issue has not already been reported. + required: true + - type: dropdown + attributes: + label: What modpack is this report for? + multiple: false + options: + - The Useful Pack + - The Useful Pack+ + validations: + required: true + - type: dropdown + attributes: + label: What version does this report apply to? + multiple: false + options: + - 1.0.1 + - 1.1.1 + validations: + required: true + - type: textarea + attributes: + label: What is the issue? + description: Please provide a detailed description of the issue. + validations: + required: true + - type: textarea + attributes: + label: Steps to reproduce. + description: Please provide a detailed explanation of the steps to reproduce the issue. + validations: + required: true + - type: textarea + attributes: + label: (OPTIONAL) Any extra information about the issue?.