diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md deleted file mode 100644 index b686a589f..000000000 --- a/.github/ISSUE_TEMPLATE/bug.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -name: Bug report -about: Please file a separate report for each issue -title: Please add a brief but descriptive title -labels: bug -assignees: '' ---- - -## Some information -Operating system: -Java version: -Minecraft version: -Baritone version: -Other mods (if used): - -## Exception, error or logs -Please find your `latest.log` or `debug.log` in this folder and attach it to the issue - -Linux: `~/.minecraft/logs/` - -Windows: `%appdata%/.minecraft/logs/` - -Mac: `/Library/Application\ Support/minecraft/logs/` - -## How to reproduce -Add your steps to reproduce the issue/bug experienced here. - -## Modified settings -To get the modified settings run `#modified` in game - -## Final checklist -- [x] I know how to properly use check boxes -- [ ] I have included the version of Minecraft I'm running, baritone's version and forge mods (if used). -- [ ] I have included logs, exceptions and / or steps to reproduce the issue. -- [ ] I have not used any OwO's or UwU's in this issue. diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml new file mode 100644 index 000000000..aa0fe7ede --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -0,0 +1,59 @@ +name: Bug Report +description: Report an issue or unexpected behavior that occurs within Baritone +title: "[Bug]: " +labels: ["bug"] +body: + - type: markdown + attributes: + value: | + **README: Before You Submit Your Issue** + - Issues are not a place to go ask support questions or start discussions. Please ask support questions or start discussions on the [Discord](http://discord.gg/s6fRBAUpmr). + - type: textarea + attributes: + label: Describe The Bug + description: A clear and concise description of what the bug is. + validations: + required: true + - type: textarea + attributes: + label: Expected Behavior + description: A clear and concise description of what you expected to happen. + validations: + required: true + - type: textarea + attributes: + label: Log File + description: Your game's log file. Drag and drop the file into the text box. Do NOT paste the contents of the log file. + validations: + required: true + - type: input + attributes: + label: Minecraft Version + description: Your current Minecraft version. + validations: + required: true + - type: input + attributes: + label: Baritone Version + description: Your current Baritone version (NOT YOUR MINECRAFT VERSION). + validations: + required: true + - type: input + attributes: + label: Operating System + description: Your current operating system. + validations: + required: true + - type: checkboxes + attributes: + label: Guidelines + description: Please ensure you've completed all of the following. + options: + - label: I know how to properly use check boxes. + required: true + - label: I have included the version of Minecraft I'm running, baritone's version and forge mods (if used). + required: true + - label: I have included logs, exceptions, and/or steps to reproduce the issue. + required: true + - label: I have not used any "OwO"s or "UwU"s in this issue. + required: true diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..e6c7269c6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Discord + url: https://discord.gg/s6fRBAUpmr + about: Ask general questions here diff --git a/.github/ISSUE_TEMPLATE/enhancement.yml b/.github/ISSUE_TEMPLATE/enhancement.yml new file mode 100644 index 000000000..3635d930f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement.yml @@ -0,0 +1,37 @@ +name: Enhancement +description: Report a feature you would like to see in Baritone +title: "[Enhancement]: " +labels: ["enhancement"] +body: + - type: markdown + attributes: + value: | + **README: Before You Submit Your Issue** + - Issues are not a place to go ask support questions or start discussions. Please ask support questions or start discussions on the [Discord](http://discord.gg/s6fRBAUpmr). + - type: textarea + attributes: + label: Describe the enhancement + description: With as much detail as possible, describe what your suggestion would do for Baritone. + validations: + required: true + - type: textarea + attributes: + label: Settings + description: If applicable, describe what settings/customizability should be offered to tweak the functionality of your suggestion. + validations: + required: false + - type: textarea + attributes: + label: Context + description: Describe how your suggestion would improve Baritone, or the reason behind it being added. + validations: + required: true + - type: checkboxes + attributes: + label: Guidelines + description: Please ensure you've completed all of the following. + options: + - label: I know how to properly use check boxes. + required: true + - label: I have not used any "OwO"s or "UwU"s in this issue. + required: true diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md deleted file mode 100644 index b5de2dfd3..000000000 --- a/.github/ISSUE_TEMPLATE/question.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -name: Question -about: Please file a separate report for each question -title: Please add a brief but descriptive title -labels: question -assignees: '' ---- - -## What do you need help with? -With as much detail as possible, describe your question and what you may need help with. - -## Final checklist -- [x] I know how to properly use check boxes -- [ ] I have not used any OwO's or UwU's in this issue. diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml new file mode 100644 index 000000000..1474188d4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.yml @@ -0,0 +1,27 @@ +name: Question +description: Ask a question related to Baritone development +title: "[Question]: " +labels: ["question"] +body: + - type: markdown + attributes: + value: | + **README: Before You Submit Your Issue** + - Issues are not a place to go ask support questions or start discussions. Please ask support questions or start discussions on the [Discord](http://discord.gg/s6fRBAUpmr). + - type: textarea + attributes: + label: Question + description: What do you need help with? + validations: + required: true + - type: checkboxes + attributes: + label: Guidelines + description: Please ensure you've completed all of the following. + options: + - label: I know how to properly use check boxes. + required: true + - label: This question is related to Baritone development. It is not a support question. + required: true + - label: I have not used any "OwO"s or "UwU"s in this issue. + required: true diff --git a/.github/ISSUE_TEMPLATE/suggestion.md b/.github/ISSUE_TEMPLATE/suggestion.md deleted file mode 100644 index 9f7a30bf7..000000000 --- a/.github/ISSUE_TEMPLATE/suggestion.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Suggestion -about: Please file a separate report for each suggestion -title: Please add a brief but descriptive title -labels: enhancement -assignees: '' ---- - -## Describe your suggestion -With as much detail as possible, describe what your suggestion would do for Baritone. - -## Settings -If applicable, what settings/customizability should be offered to tweak the functionality of your suggestion. - -## Context -Describe how your suggestion would improve Baritone, or the reason behind it being added. - -## Final checklist -- [x] I know how to properly use check boxes -- [ ] I have not used any OwO's or UwU's in this issue.