From 46ff537d9dac8af52c952d615e0a4d974fbf9993 Mon Sep 17 00:00:00 2001 From: Yannik <80621863+vaporvee@users.noreply.github.com> Date: Thu, 26 Sep 2024 01:02:49 +0200 Subject: [PATCH] Create FEATURE.yml --- .github/ISSUE_TEMPLATE/FEATURE.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/FEATURE.yml diff --git a/.github/ISSUE_TEMPLATE/FEATURE.yml b/.github/ISSUE_TEMPLATE/FEATURE.yml new file mode 100644 index 0000000..e98291c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/FEATURE.yml @@ -0,0 +1,27 @@ +name: Feature request +description: File a feature request +title: "[Feature request]: " +labels: ["enhancement"] +assignees: + - vaporvee +body: + - type: markdown + attributes: + value: Thanks for taking the time to fill out this feature request! + - type: textarea + id: idea + attributes: + label: What is your idea? + description: Tell me what you want to see in the modpack. + placeholder: Tell me what you want to see! + value: "I have a cool new feature!" + validations: + required: true + - type: textarea + id: additional + attributes: + label: modrinth links (if you have any) + description: You need to provide modrinth urls for new content or i get licensing issues. + placeholder: Anything else. + validations: + required: false