Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 0 additions & 35 deletions .github/ISSUE_TEMPLATE/bug.md

This file was deleted.

59 changes: 59 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -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
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Discord
url: https://discord.gg/s6fRBAUpmr
about: Ask general questions here
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement.yml
Original file line number Diff line number Diff line change
@@ -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
14 changes: 0 additions & 14 deletions .github/ISSUE_TEMPLATE/question.md

This file was deleted.

27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/question.yml
Original file line number Diff line number Diff line change
@@ -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
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/suggestion.md

This file was deleted.