From ada9d3b0bec861a6e1e51b268ff64bc6fd1d40ec Mon Sep 17 00:00:00 2001 From: ExerpimentalX Date: Wed, 19 Apr 2023 17:13:15 -0600 Subject: [PATCH 1/8] Update and rename bug-report.md to bug-report.yml Signed-off-by: ExerpimentalX --- .github/ISSUE_TEMPLATE/bug-report.md | 38 -------------- .github/ISSUE_TEMPLATE/bug-report.yml | 74 +++++++++++++++++++++++++++ 2 files changed, 74 insertions(+), 38 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/bug-report.yml 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.yml b/.github/ISSUE_TEMPLATE/bug-report.yml new file mode 100644 index 00000000..6370e20b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -0,0 +1,74 @@ +name: Bug Report +description: Report a bug with Survival Plus +labels: ["bug"] + +body: + - type: checkboxes + id: terms + attributes: + label: Checklist + description: Confirm all 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 container any sensitive information + required: true + - type: dropdown + id: version + attributes: + label: What Minecraft Versions does this occur on? + multiple: true + options: + - 1.19.x + - 1.18.x + - 1.17.x + - 1.16.x + - 1.15.x + - 1.14.x + - 1.13.x + - 1.12.x + - 1.11.x + - 1.10.x + - 1.9.x + - 1.8.x + 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 From 7ab52121a9768084ecf9f54e85d43d4ffa5ec016 Mon Sep 17 00:00:00 2001 From: ExerpimentalX Date: Wed, 19 Apr 2023 17:14:43 -0600 Subject: [PATCH 2/8] Delete bug-report.yml Signed-off-by: ExerpimentalX --- .github/ISSUE_TEMPLATE/bug-report.yml | 74 --------------------------- 1 file changed, 74 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug-report.yml diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml deleted file mode 100644 index 6370e20b..00000000 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ /dev/null @@ -1,74 +0,0 @@ -name: Bug Report -description: Report a bug with Survival Plus -labels: ["bug"] - -body: - - type: checkboxes - id: terms - attributes: - label: Checklist - description: Confirm all 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 container any sensitive information - required: true - - type: dropdown - id: version - attributes: - label: What Minecraft Versions does this occur on? - multiple: true - options: - - 1.19.x - - 1.18.x - - 1.17.x - - 1.16.x - - 1.15.x - - 1.14.x - - 1.13.x - - 1.12.x - - 1.11.x - - 1.10.x - - 1.9.x - - 1.8.x - 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 From f45ca7ce19539454062596fa1935d8972fb95b27 Mon Sep 17 00:00:00 2001 From: ExerpimentalX Date: Wed, 19 Apr 2023 17:20:23 -0600 Subject: [PATCH 3/8] Update bug_report.md Signed-off-by: ExerpimentalX --- .github/ISSUE_TEMPLATE/bug_report.md | 110 ++++++++++++++++++--------- 1 file changed, 73 insertions(+), 37 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index cb1865f2..6370e20b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,38 +1,74 @@ ---- -name: Bug report -about: Create a report to help us fix things! -title: '' -labels: bug -assignees: '' +name: Bug Report +description: Report a bug with Survival Plus +labels: ["bug"] ---- - -__**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. +body: + - type: checkboxes + id: terms + attributes: + label: Checklist + description: Confirm all 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 container any sensitive information + required: true + - type: dropdown + id: version + attributes: + label: What Minecraft Versions does this occur on? + multiple: true + options: + - 1.19.x + - 1.18.x + - 1.17.x + - 1.16.x + - 1.15.x + - 1.14.x + - 1.13.x + - 1.12.x + - 1.11.x + - 1.10.x + - 1.9.x + - 1.8.x + 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 From 392734eec79b1c08e7ed52601a9cdad9ac4fde78 Mon Sep 17 00:00:00 2001 From: ExerpimentalX Date: Wed, 19 Apr 2023 17:20:48 -0600 Subject: [PATCH 4/8] Rename bug_report.md to bug_report.yml Signed-off-by: ExerpimentalX --- .github/ISSUE_TEMPLATE/{bug_report.md => bug_report.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/ISSUE_TEMPLATE/{bug_report.md => bug_report.yml} (100%) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/bug_report.md rename to .github/ISSUE_TEMPLATE/bug_report.yml From a6d6fab84a5fedf657e0cd2dec6714bb78c46733 Mon Sep 17 00:00:00 2001 From: ExerpimentalX Date: Wed, 19 Apr 2023 17:22:03 -0600 Subject: [PATCH 5/8] Update bug_report.yml Signed-off-by: ExerpimentalX --- .github/ISSUE_TEMPLATE/bug_report.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 6370e20b..1559fe84 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -7,13 +7,13 @@ body: id: terms attributes: label: Checklist - description: Confirm all are checked and valid. + description: Confirm all of these are checked and valid. options: - - label: I am NOT reporting a Security Vulnerability + - 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 container any sensitive information + - label: This issue does not contain any sensitive information required: true - type: dropdown id: version From f326deddf4a9d52d876085a224c9d2d5555cf189 Mon Sep 17 00:00:00 2001 From: ExerpimentalX Date: Wed, 19 Apr 2023 17:22:19 -0600 Subject: [PATCH 6/8] Update bug_report.yml Signed-off-by: ExerpimentalX --- .github/ISSUE_TEMPLATE/bug_report.yml | 25 +++++++++---------------- 1 file changed, 9 insertions(+), 16 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 1559fe84..1a46c57b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -16,25 +16,18 @@ body: - label: This issue does not contain any sensitive information required: true - type: dropdown - id: version + id: platform attributes: - label: What Minecraft Versions does this occur on? + label: What platform does this issue occur on? multiple: true options: - - 1.19.x - - 1.18.x - - 1.17.x - - 1.16.x - - 1.15.x - - 1.14.x - - 1.13.x - - 1.12.x - - 1.11.x - - 1.10.x - - 1.9.x - - 1.8.x - validations: - required: true + - Java + - Bedrock + - Website + - Discord + - Other + validations: + required: true - type: textarea id: bug attributes: From 098fc2c890bfaa9073b100ff2569640a8945f17a Mon Sep 17 00:00:00 2001 From: ExerpimentalX Date: Wed, 19 Apr 2023 17:22:51 -0600 Subject: [PATCH 7/8] Update bug_report.yml Signed-off-by: ExerpimentalX --- .github/ISSUE_TEMPLATE/bug_report.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 1a46c57b..1d2d2f82 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -18,14 +18,16 @@ body: - type: dropdown id: platform attributes: - label: What platform does this issue occur on? + label: What Minecraft Versions does this issue occur on? multiple: true options: - - Java - - Bedrock - - Website - - Discord - - Other + - 1.19 + - 1.18 + - 1.17 + - 1.16 + - 1.15 + - 1.14 + - Lower validations: required: true - type: textarea From 5b968829b6570163abaae1555db28548b450caf1 Mon Sep 17 00:00:00 2001 From: ExerpimentalX Date: Wed, 19 Apr 2023 17:26:06 -0600 Subject: [PATCH 8/8] Update and rename feature-request.md to feature.yml Signed-off-by: ExerpimentalX --- .github/ISSUE_TEMPLATE/feature-request.md | 20 --------- .github/ISSUE_TEMPLATE/feature.yml | 53 +++++++++++++++++++++++ 2 files changed, 53 insertions(+), 20 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature-request.md create mode 100644 .github/ISSUE_TEMPLATE/feature.yml 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?