diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 0b8053ed..00000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -name: Report A bug. -about: Create a report of a present bug. -title: "[BUG]" -labels: bug -assignees: '' - ---- - -**Bug Description** -Please provide a clear and concise description of the bug. - -**Steps to Reproduce** -Please list the actions that caused the issue. - -**Expected Behavior** -Please describe how you think the program should have behaved, making sure to be as clear and concise as possible. - -**Screenshots** -If applicable, please provide screenshots. This will help us to reproduce the issue and better understand what we are looking for. - -**Additional Context** -Feel free to provide any additional, applicable context or information that is relevant to the problem. diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 00000000..27bc218d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,56 @@ +name: Bug report +description: Report an issue with the modpack in its unmodified state. For other issues, use Discord. +labels: bug +title: "[BUG]" +body: +- type: markdown + attributes: + value: | + Before reporting an issue, [please search](https://github.com/BetterSEQTA/BetterSEQTA-Plus/issues) to make sure it has not already been reported (make sure to search closed issues as well!). + +- type: textarea + attributes: + label: Describe the bug + description: Describe your issue. For general issues and questions you'll get a faster answer [from our Discord.](https://discord.gg/YzmbnCDkat) + validations: + required: true + +- type: input + attributes: + label: Extension version + description: What version of the extension are you using? + placeholder: Find it by opening the config menu and clicking the about icon in the top right. + validations: + required: true + +- type: dropdown + attributes: + label: Browser + description: Which Browser are you using? + options: + - Chrome + - Firefox + - Brave + - Safari + - DuckDuckGO + - Microsoft Edge + - Other Chromium-Based Browser + - Other Non-Chromium-Based Browser + validations: + required: true + +- type: checkboxes + attributes: + label: Confirm + options: + - label: This bug report is about an issue with the extension itself. I have not modified the extension nor added any unsupported plugins. If this is not the case, I know that I should post the issue to the extension's Discord support channel instead. + required: true + +- type: textarea + attributes: + label: Additional context + description: Screenshots, video or any other information. Include photos of the console if possible + placeholder: | + Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. + validations: + required: false diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 6c42d4fa..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: "[FR] " -labels: enhancement -assignees: '' - ---- - -**Is your feature request related to a problem? if so, Please describe the issue or link to a pre-existing bug report** -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. Provide reference art/pictures if poccible diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 00000000..3bd3c8c8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,54 @@ +name: Feature request +description: Suggest a new Feature to be added or replaced in BetterSeqtaPLUS +labels: enhancement +title: "[FR]" +body: + +- type: checkboxes + attributes: + label: Confirm + options: + - label: "Is this feature request related to a Bug report?" + required: false + +- type: input + attributes: + label: Bug report link + description: "If this feature request is related to a bug report, please insert the link to the bug report here" + placeholder: "https://github.com/BetterSEQTA/BetterSEQTA-Plus/issues/..." + validations: + required: false + +- type: markdown + attributes: + value: | + ## Feature details + Before you request a feature, [please search](https://github.com/BetterSEQTA/BetterSEQTA-Plus/issues) if it has already been requested. (Make sure to check closed issues as well!) + + +- type: dropdown + attributes: + label: Feature type + multiple: false + options: + - Graphical + - Functional + - Not Sure + validations: + required: true + + +- type: input + attributes: + label: Feature Details + description: Please write, with as much detail as possible, what you would like to see from this mod. + placeholder: I would like to see... + validations: + required: false + +- type: textarea + attributes: + label: Additional details + description: Anything else you want to add? + validations: + required: false