From b4ae3126f93da72a7d34bd7ca3708306cb0051be Mon Sep 17 00:00:00 2001 From: Provismet <17149901+Provismet@users.noreply.github.com> Date: Sat, 22 Jun 2024 00:21:49 +0100 Subject: [PATCH] Update issue templates. --- .github/ISSUE_TEMPLATE/bug-report.yml | 1 - .github/ISSUE_TEMPLATE/incompat.yml | 1 - .github/ISSUE_TEMPLATE/suggestion.yml | 29 +++++++++++++++++++++++++++ 3 files changed, 29 insertions(+), 2 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/suggestion.yml diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index fb07afb..227fdaf 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -50,7 +50,6 @@ body: attributes: label: Steps to Reproduce placeholder: Write steps out here, e.g. in bullet points... - render: bash validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/incompat.yml b/.github/ISSUE_TEMPLATE/incompat.yml index c124c78..8d13a21 100644 --- a/.github/ISSUE_TEMPLATE/incompat.yml +++ b/.github/ISSUE_TEMPLATE/incompat.yml @@ -57,7 +57,6 @@ body: attributes: label: Steps to Reproduce placeholder: Write steps out here, e.g. in bullet points... - render: bash validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/suggestion.yml b/.github/ISSUE_TEMPLATE/suggestion.yml new file mode 100644 index 0000000..791e395 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/suggestion.yml @@ -0,0 +1,29 @@ +name: Suggestion +description: Have an idea for a new feature or general improvement? Explain it here. +labels: ["enhancement"] +projects: "Provismet/3" +body: + - type: dropdown + id: suggestion_type + attributes: + label: Type of Suggestion + options: + - New Feature + - Modify Existing Functionality + - Mod Compatibility + - Other + validations: + required: true + - type: textarea + id: description + attributes: + label: Description + placeholder: Describe your idea in detail. (What does it do? How does it activate? Does it interact with any existing features?) + validations: + required: true + - type: textarea + id: reason + attributes: + label: Reason + placeholder: Describe why you want this feature. (How would it affect your gameplay? Do you have a specific use-case in mind? Are you a modder trying to link with this mod? etc) +