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) +