Resolve [Bug]/#24 #26

Fechado
csm-kb quer mesclar 11 commits de master em mc/1.20.2
2 arquivos alterados com 188 adições e 0 exclusões
Mostrando apenas as alterações do commit 059115b579 - Mostrar todos os commits

chore: Update issue templates

Awakened-Redstone 2023-04-16 16:55:31 -03:00 commit de Kane Bruce
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados
ID da chave GPG: 9FE531477BA84BF9

100
.github/ISSUE_TEMPLATE/bug_report.yml externo Arquivo normal
Ver arquivo

@ -0,0 +1,100 @@
name: Bug report
title: "[Bug]: "
description: "Use this template if you're running into bugs or other issues"
labels:
- T-bug
- S-needs-triage
body:
- type: markdown
attributes:
value: >-
## Instructions
This is a template for the issue you are about to open! It will help you
provide the information necessary to complete your **bug report**.
Before you open an issue, ensure you've completed every step on the
checklist below.
- Have you used the [search
tool](https://github.com/Awakened-Redstone/Subathon/issues) to find
similar issues? If you find one that looks like what you are getting,
consider contributing additional information to it instead. Make sure
you are not opening a duplicate.
- Are you using the latest version of the mod? If not, try updating to
see if it resolves your issue.
All good? Then continue to fill the issue by providing the following
information about it:
- type: input
id: version
attributes:
label: Version information
description: >-
Please provide the exact version of the mod you are using. Every part of
the version is important! If you do not know what version you are using,
look at the file name in your `mods` folder.
placeholder: 'Example: 1.0.4-beta.2'
validations:
required: true
- type: dropdown
id: version_type
attributes:
label: Version type
description: What version of AutoWhitelist are you running?
options:
- Lite
#- Full
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected Behavior
description: What did you expect to happen?
placeholder: 'Example: The Piston should extend.'
validations:
required: true
- type: textarea
id: actual
attributes:
label: Actual Behavior
description: What did actually happen?
placeholder: 'Example: The Piston does not extend.'
validations:
required: true
- type: textarea
id: repro-steps
attributes:
label: Reproduction Steps
description: >-
Provide information on how to reproduce this bug. You can either
fill this section in like the example below or do something else just
make sure your instructions are minimal and clear, as other people will
need to be able to replicate your issue.
placeholder: |
Example:
1. Place a Redstone Lamp in front of a Redstone Repeater
2. Use a Lever to activate the Redstone Repeater
3. Nothing happens
validations:
required: true
- type: input
id: java
attributes:
label: Java version
placeholder: 'Example: Java 17'
validations:
required: true
- type: textarea
id: additional
attributes:
label: Additional information
description: >-
Provide a list of any other mods you are using, along with their
respective versions. If you have any screenshots, videos, or other
information that you feel is necessary to explain the issue, feel free
to attach them here.

88
.github/ISSUE_TEMPLATE/crash_report.yml externo Arquivo normal
Ver arquivo

@ -0,0 +1,88 @@
name: Crash report
title: "[Crash]: "
description: Use this template if your game is crashing or failing to start correctly
labels:
- T-crash
- S-needs-triage
body:
- type: markdown
attributes:
value: >-
## Instructions (read me before you open an issue!)
This is a template for the issue you are about to open! It will help you
provide the information necessary to complete your **crash report**.
Before you open an issue, ensure you've completed every step on the
checklist below.
- Have you used the [search
tool](https://github.com/Awakened-Redstone/Subathon/issues) to find
similar issues? If you find one that looks like what you are getting,
consider contributing additional information to it instead. Make sure
you are not opening a duplicate.
- Are you using the latest version of the mod? If not, try updating to
see if it resolves your issue.
All good? Then continue to fill the issue by providing the following
information about it:
- type: input
id: version
attributes:
label: Version information
description: >-
Please provide the exact version of the mod you are using. Every part of
the version is important! If you do not know what version you are using,
look at the file name in your `mods` folder.
placeholder: 'Example: 1.0.0-beta.2'
validations:
required: true
- type: dropdown
id: version_type
attributes:
label: Version type
description: What version of AutoWhitelist are you running?
options:
- Lite
#- Full
validations:
required: true
- type: textarea
id: repro-steps
attributes:
label: Reproduction Steps
description: >-
Provide information on how to reproduce this game crash. You can either
fill this section in like the example below or do something else just
make sure your instructions are minimal and clear, as other people will
need to be able to replicate your issue.
placeholder: |
Example:
1. Place a Redstone Lamp in front of a Redstone Repeater
2. Use a Lever to activate the Redstone Repeater
3. The game crashes
validations:
required: true
- type: textarea
id: report
attributes:
label: Crash Report file
description: >-
Upload your crash report file as an attachment to this issue (drag-and-drop) or to a service such as GitHub
Gist (paste a link) and replace this section. This information is critical in resolving your issue!
Messages like "Exit code 0" from your launcher are not what you're looking for. If your launcher does not
provide a button to view the most recent crash report, check your game's `crash-reports` folder for the most recent
crash report file.
validations:
required: true
- type: textarea
id: additional
attributes:
label: Additional information
description: >-
Provide any additional information or context which may be relevant to
the issue. If you have none to add, you can leave this section blank.