diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 924abb71..40366cdf 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -1,6 +1,6 @@ -name: Illyria Bug Report -description: File a bug report for Illyria -labels: [bug] +name: Bug Report +description: File a bug report +labels: [Bug] body: - type: markdown attributes: @@ -11,8 +11,8 @@ body: attributes: label: Problem description: Please give a text description of how you reached the problem - value: | - 1. Install Illyria... + placeholder: | + 1. Install... 2. Do this... 3. Do that... 4. Observe the error... @@ -26,22 +26,11 @@ body: placeholder: The code to place a is missing b and c... validations: required: false - - type: dropdown - id: mcversion - attributes: - label: Minecraft Version - description: What version of Minecraft is the server on? - options: - - 1.22 - - 1.21 - - 1.20 - validations: - required: true - type: input id: version attributes: - label: Illyria Version - description: What version of Illyria are you running? + label: Version + description: What version are you running? placeholder: DO NOT SAY "LATEST" validations: required: true diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 2315e414..9888262e 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,5 @@ blank_issues_enabled: false contact_links: - - name: Illyria Community Support + - name: Community Support url: https://discord.gg/CWy6JxNXP4 about: Please ask and answer questions here. diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index aad30c32..3afe5d2c 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -1,6 +1,6 @@ -name: Illyria Feature Request -description: File a feature request for Illyria, the features are NOT intended to replace other plugins (though, i would not mind doing it) all features should feel effortless on the player to be using. -labels: [feature] +name: Feature Request +description: File a feature request. +labels: [Feature] body: - type: markdown attributes: @@ -22,7 +22,7 @@ body: attributes: label: Type of Modification description: What is it for? - value: I want to ... + placeholder: I want to ... validations: required: true - type: textarea @@ -30,7 +30,7 @@ body: attributes: label: What are you trying to modify description: Give as detailed of a description as you can for the skill that you want (include pictures/Videos if applicable) - value: The way I would implement this is ... + placeholder: The way I would implement this is ... validations: required: true - type: textarea @@ -38,8 +38,8 @@ body: attributes: label: Alternatives description: What alternatives have you considered? - value: plugins... commands... + placeholder: list any... - type: markdown id: thanks attributes: - value: "Thank you for filling out the form! We read it soon.." + value: "Thank you for filling out the form! We will read it soon.."