diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md deleted file mode 100644 index 2db15273..00000000 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -name: Bug Report -about: Create a report to help us fix things! -title: '' -labels: bug -assignees: '' - ---- - -__**Describe the bug**__ -A clear and concise description of what the bug is. - -__**To Reproduce**__ -Steps to reproduce the behavior: -1. Go to Nether -2. Put on Armor -3. Jump into Lava -4. See error - -__**Expected behavior**__ -A clear and concise description of what you expected to happen. - -__**Screenshots**__ -If applicable, add screenshots to help explain your problem. - -__**Running Environment (please complete the following information):**__ - - Server Software: [e.g. Paper] - - Host [e.g. Frozen Hosting] - - Version [e.g. 4.0.8] - -__**Server Info (please complete the following information):**__ - - MC Version: [e.g. 1.19.2] - - Custom Terrain Generator: [If using one, what custom terrain generator are you using?] - - Average TPS: [run command `/tps`] - - Amount of Plugins being used: [e.g. 22] - -__**Additional context**__ -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index cb1865f2..00000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -name: Bug report -about: Create a report to help us fix things! -title: '' -labels: bug -assignees: '' - ---- - -__**Describe the bug**__ -A clear and concise description of what the bug is. - -__**To Reproduce**__ -Steps to reproduce the behavior: -1. Go to Nether -2. Put on Armor -3. Jump into Lava -4. See error - -__**Expected behavior**__ -A clear and concise description of what you expected to happen. - -__**Screenshots**__ -If applicable, add screenshots to help explain your problem. - -__**Running Environment (please complete the following information):**__ - - Server Software: [e.g. Paper] - - Host [e.g. Frozen Hosting] - - Version [e.g. 4.0.8] - -__**Server Info (please complete the following information):**__ - - MC Version: [e.g. 1.19.2] - - Custom Terrain Generator: [If using one, what custom terrain generator are you using?] - - Average TPS: [run command `/tps`] - - Amount of Plugins being used: [e.g. 22] - -__**Additional context**__ -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 00000000..1d2d2f82 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,69 @@ +name: Bug Report +description: Report a bug with Survival Plus +labels: ["bug"] + +body: + - type: checkboxes + id: terms + attributes: + label: Checklist + description: Confirm all of these are checked and valid. + options: + - label: I am NOT reporting a security vulnerability + required: true + - label: I have searched the Issue Tracker to make sure this is not a duplicate issue + required: true + - label: This issue does not contain any sensitive information + required: true + - type: dropdown + id: platform + attributes: + label: What Minecraft Versions does this issue occur on? + multiple: true + options: + - 1.19 + - 1.18 + - 1.17 + - 1.16 + - 1.15 + - 1.14 + - Lower + validations: + required: true + - type: textarea + id: bug + attributes: + label: Current Behavior + description: A clear and concise description of what the bug is. + validations: + required: true + - type: textarea + id: expected + attributes: + label: Expected Behavior + description: What is the expected behavior of the action? + validations: + required: true + - type: textarea + id: reproduce + attributes: + label: Reproduction Steps + description: Steps to reproduce the behavior. + validations: + required: true + - type: textarea + id: device + attributes: + label: Client Information? + description: | + Provide the following applicable information + - Survival Plus Version: + - Minecraft Version (exact): + - Server Software (paper, purpur, etc): + validations: + required: true + - type: textarea + id: image + attributes: + label: Images? + description: If applicable, add screenshots, short videos/GIFs to help explain your problem diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md deleted file mode 100644 index b16c483e..00000000 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature Request -about: Suggest an idea for Survival Plus -title: '' -labels: feature -assignees: '' - ---- - -__**Is your feature request related to a problem? Please describe.**__ -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -__**Describe the solution you'd like**__ -A clear and concise description of what you want to happen. - -__**Describe alternatives you've considered**__ -A clear and concise description of any alternative solutions or features you've considered. - -__**Additional context**__ -Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml new file mode 100644 index 00000000..8d3d42dc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -0,0 +1,53 @@ +name: Feature Request +description: Suggest a new Feature + +name: Feature Suggestion +description: Suggest an feature for Minehut +labels: ["feature request"] + +body: + - type: checkboxes + id: terms + attributes: + label: Checklist + description: Confirm all of these are checked and valid. + options: + - label: I am NOT reporting a security vulnerability + required: true + - label: I have searched the Issue Tracker to make sure this is not a duplicate issue + required: true + - label: This issue does not contain any sensitive information + required: true + - type: textarea + id: idea + attributes: + label: What is the feature you are requesting? + description: Your feature suggestion should include a clear concise description of the feature. + validations: + required: true + - type: textarea + id: howuse + attributes: + label: How is this feature useful? + description: Who does the feature benefit? How is it useful to people? + validations: + required: true + - type: textarea + id: howdo + attributes: + label: Describe the solution you'd like + description: A clear and concise description of what you want to happen. + validations: + required: true + - type: textarea + id: alternatives + attributes: + label: Describe alternatives you've considered + description: A clear and concise description of any alternative solutions or features you've considered. + validations: + required: true + - type: textarea + id: moreinfo + attributes: + label: Additional Information + description: Any additional information / context?