mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-10 20:45:10 +01:00
new issue templates
This commit is contained in:
parent
2e1bcdb619
commit
ac8b1903ef
41
.github/ISSUE_TEMPLATE/bug.yml
vendored
Normal file
41
.github/ISSUE_TEMPLATE/bug.yml
vendored
Normal file
@ -0,0 +1,41 @@
|
||||
name: I found a bug!
|
||||
description: Report some other kind of issue.
|
||||
labels: [ "type: bug" ]
|
||||
body:
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Description
|
||||
description: "
|
||||
Please describe the issue with as much detail as possible.
|
||||
Explain what happened, and what should have happened.
|
||||
Add screenshots or videos if they would be useful."
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: input
|
||||
attributes:
|
||||
label: Game Log
|
||||
description: "
|
||||
We need the game's log file to see if there's any information there.
|
||||
This file can be found in the \"logs\" folder of your Minecraft folder as \"latest.log\".
|
||||
Please upload the file to https://mclo.gs/ and put the link here.
|
||||
"
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Debug Information
|
||||
description: "
|
||||
Please run the \"/create debuginfo\" command in-game.
|
||||
This will copy a bunch of useful information that will greatly help with debugging.
|
||||
Please paste this information here.
|
||||
If this command is not available, your version of Create is outdated.
|
||||
Please update to the latest version first.
|
||||
"
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: "Thank you for taking the time to report this and help improve Create!"
|
154
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
154
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -1,154 +0,0 @@
|
||||
name: Bug Report
|
||||
description: Create a bug report to help us improve Create
|
||||
labels: [ "type: bug" ]
|
||||
body:
|
||||
- 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: Reproduction Steps
|
||||
description: Tell us about the steps to reproduce the bug.
|
||||
value: |
|
||||
1.
|
||||
2.
|
||||
3.
|
||||
...
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Expected Result
|
||||
description: A clear and concise description of what you expected to happen
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Screenshots and Videos
|
||||
description: If applicable, add screenshots or videos to help explain your problem.
|
||||
validations:
|
||||
required: false
|
||||
- type: input
|
||||
attributes:
|
||||
label: Crash Report or Log
|
||||
description: If applicable, please add a **link** to the crash report or log that was created when this issue occured. You can upload the crash report to a site like Pastebin or GitHub Gist. Please **do not** paste the whole crash report in this issue.
|
||||
validations:
|
||||
required: false
|
||||
- type: input
|
||||
attributes:
|
||||
label: Operating System
|
||||
description: The operating system you were using when the bug occured
|
||||
placeholder: Windows 11
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: Mod Version
|
||||
description: The version of the mod you were using when the bug occured
|
||||
options:
|
||||
- "0.5.1e"
|
||||
- "0.5.1d"
|
||||
- "0.5.1c"
|
||||
- "0.5.1b"
|
||||
- "0.5.1a"
|
||||
- "0.5.0i"
|
||||
- "0.5.0h"
|
||||
- "0.5.0g"
|
||||
- "0.5.0f"
|
||||
- "0.5.0e"
|
||||
- "0.5.0d"
|
||||
- "0.5.0c"
|
||||
- "0.5.0b"
|
||||
- "0.5.0a"
|
||||
- "0.5.0"
|
||||
- "0.4.1"
|
||||
- "0.4.0f"
|
||||
- "0.4.0e"
|
||||
- "0.4.0d"
|
||||
- "0.4.0c"
|
||||
- "0.4.0b"
|
||||
- "0.4.0a"
|
||||
- "0.4.0"
|
||||
- "0.3.2g"
|
||||
- "0.3.2f"
|
||||
- "0.3.2e"
|
||||
- "0.3.2d"
|
||||
- "0.3.2c"
|
||||
- "0.3.2b"
|
||||
- "0.3.2a"
|
||||
- "0.3.2"
|
||||
- "0.3.1c"
|
||||
- "0.3.1b"
|
||||
- "0.3.1a"
|
||||
- "0.3.1"
|
||||
- "0.3.0e"
|
||||
- "0.3.0d"
|
||||
- "0.3.0c"
|
||||
- "0.3.0b"
|
||||
- "0.3.0a"
|
||||
- "0.3.0"
|
||||
- "0.2.4e"
|
||||
- "0.2.4d"
|
||||
- "0.2.4c"
|
||||
- "0.2.4b"
|
||||
- "0.2.4a"
|
||||
- "0.2.4"
|
||||
- "0.2.3"
|
||||
- "0.2.2b"
|
||||
- "0.2.2a"
|
||||
- "0.2.2"
|
||||
- "0.2.1"
|
||||
- "0.2.0"
|
||||
- "0.1.1a"
|
||||
- "0.1.1"
|
||||
- "0.1.0"
|
||||
- "0.0.5"
|
||||
- "0.0.4"
|
||||
- "0.0.3"
|
||||
- "0.0.2"
|
||||
- "0.0.1"
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: Minecraft Version
|
||||
description: The version of Minecraft you were using when the bug occured
|
||||
options:
|
||||
- "1.20.1"
|
||||
- "1.19.2"
|
||||
- "1.18.2"
|
||||
- "1.18.1"
|
||||
- "1.18"
|
||||
- "1.17.1"
|
||||
- "1.16.5"
|
||||
- "1.16.4"
|
||||
- "1.16.3"
|
||||
- "1.15.2"
|
||||
- "1.14.4"
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
attributes:
|
||||
label: Forge Version
|
||||
description: The version of Forge you were using when the bug occured
|
||||
placeholder: 36.2.0
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Other Mods
|
||||
description: Please list any other mods that were running when the crash happened.
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Additional Context
|
||||
description: Add any extra context about the bug here
|
||||
validations:
|
||||
required: false
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: "Thank you for taking the time to make this bug report and help improve Create!"
|
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
blank_issues_enabled: true
|
||||
contact_links:
|
||||
- name: Talk to us on Discord
|
||||
url: https://discord.gg/hmaD7Se
|
||||
about: Ask questions and get help from the community.
|
26
.github/ISSUE_TEMPLATE/crash.yml
vendored
Normal file
26
.github/ISSUE_TEMPLATE/crash.yml
vendored
Normal file
@ -0,0 +1,26 @@
|
||||
name: My game crashed!
|
||||
description: Report an issue that crashes the game.
|
||||
labels: [ "type: crash" ]
|
||||
body:
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Context
|
||||
description: What were you doing when the game crashed? Add images or videos if they could be useful.
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: input
|
||||
attributes:
|
||||
label: Crash Report
|
||||
description: "
|
||||
We need the Crash Report to figure out why the crash happened.
|
||||
This file can be found in the \"crash-reports\" folder of your Minecraft folder.
|
||||
It will be the newest file there.
|
||||
Please upload the file to https://mclo.gs/ and put the link here.
|
||||
"
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: "Thank you for taking the time to report this and help improve Create!"
|
19
.github/ISSUE_TEMPLATE/suggestion.yml
vendored
19
.github/ISSUE_TEMPLATE/suggestion.yml
vendored
@ -1,25 +1,14 @@
|
||||
name: Suggestion
|
||||
description: Suggest something that would improve Create
|
||||
name: I have an idea/suggestion!
|
||||
description: Submit your ideas and suggestions for consideration.
|
||||
labels: [ "type: suggestion" ]
|
||||
body:
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Describe the Suggestion
|
||||
description: What should we add or change to make Create better?
|
||||
description: What should we add or change to make Create better? Please add screenshots or videos if they would be useful.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Screenshots and Videos
|
||||
description: If applicable, add screenshots or videos to help explain your suggestion.
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Additional Context
|
||||
description: Add any extra context about the suggestion here.
|
||||
validations:
|
||||
required: false
|
||||
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: "Thank you for taking the time to make this suggestion and help improve Create!"
|
||||
|
Loading…
Reference in New Issue
Block a user