diff options
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug-report.yml | 48 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 24 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 5 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature-request.yml | 45 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 14 |
5 files changed, 98 insertions, 38 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml new file mode 100644 index 00000000..6706b08b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -0,0 +1,48 @@ +name: Bug Report +description: Report issues/unexpected behaviour with Quests +body: + - type: markdown + attributes: + value: | + Before reporting an issue here, please make sure you are on the latest version of Quests. + - type: textarea + attributes: + label: Description of Bug + description: Describe what went wrong, and what the expected behaviour was. + validations: + required: true + - type: textarea + attributes: + label: Steps to Reproduce + description: | + Describe any steps or details intructions to reproduce this bug. + Your answer may include any screenshots or video. + validations: + required: true + - type: textarea + attributes: + label: Quests Version + description: | + State the version of Quests which this bug is present on. + You can identify your current version by running `/version Quests`. + validations: + required: true + - type: checkboxes + attributes: + label: Agreements + description: Please agree to the following. + options: + - label: I am running the latest version of Quests + required: true + - label: I am certain this issue is unique and a similar issue is not currently open + required: true + - label: I am using a version of Minecraft which is supported by Quests + required: true + - type: textarea + attributes: + label: Other + description: | + Please include other helpful information below. + This field is not required. + validations: + required: false diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index fd500c32..00000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -name: Bug report -about: Create a bug report - ---- - -**Description of Error** -[please provide what is going on and what it should be doing if applicable] - -**To Reproduce** -[please provide what you were doing when the error showed] - -**Screenshots** -[if you have any screenshots, show them here] - -**Server (please complete the following information):** - - Minecraft Version: [e.g. 1.12.1] - - Mod Name: [e.g. Spigot] - -**Plugin (please complete the following information):** - - Version: [e.g. 2.0.8-beta] - -**Stacktrace** -[please see your console if there is a long error when the bug occours, if there is one present, please paste it here] diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..26de5284 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Discord + url: https://discord.gg/mQ2RcJC + about: If you are having any minor issues or need help with the plugin, you can come ask us on our Discord server. diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml new file mode 100644 index 00000000..72640004 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -0,0 +1,45 @@ +name: Feature Request +description: Suggest an idea for Quests +body: + - type: markdown + attributes: + value: | + Before requesting a new feature, please make sure you are on the latest version of Quests. + - type: textarea + attributes: + label: Reason for Addition + description: | + Discuss your rationale for coming up with this idea. + Your answer may describe a problem you're having, or any context for this request. + This field is not required. + validations: + required: false + - type: textarea + attributes: + label: Description of Feature + description: Discuss what you would like added to Quests. Please keep your description clear and concise. + validations: + required: true + - type: textarea + attributes: + label: Alternative Solutions + description: Discuss any other solutions you have tried to achieve what you wanted. + validations: + required: true + - type: checkboxes + attributes: + label: Agreements + description: Please agree to the following. + options: + - label: I am running the latest version of Quests + required: true + - label: I am certain this issue is unique and a similar issue is not currently open + required: true + - type: textarea + attributes: + label: Other + description: | + Please include other helpful information below. + This field is not required. + validations: + required: false diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index fa68b96c..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for Quests - ---- - -**Description of Feature** -[please describe what you would like to be added] - -**Alternative Methods** -[if applicable, please describe any alternative methods you have tried to achieve the above feature] - -**Additional Information** -[anything not listed above, such as screenshots etc.] |
