-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'refs/heads/1.20.1/dev' into 1.20.1/salepoint
- Loading branch information
Showing
17 changed files
with
370 additions
and
168 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
name: I found a bug! | ||
description: "Report some other kind of issue. You should ask in the Discord first to make sure it's actually a bug with Numismatics." | ||
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 instead. | ||
Add images, screenshots, or videos if they could be useful." | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
attributes: | ||
label: Game Log | ||
description: " | ||
We need the game log for additional information about the bug. | ||
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. | ||
Do **not** paste the *contents* of the file here, because that will make this issue very hard to read. | ||
" | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Debug Information | ||
description: " | ||
Please run the \"/create debuginfo\" command in-game. | ||
This will copy useful information to your clipboard that will greatly help with debugging. | ||
Please paste this information here. | ||
If this command does not exist, you can skip this part. | ||
" | ||
validations: | ||
required: false | ||
|
||
- type: markdown | ||
attributes: | ||
value: "Thank you for taking the time to make a report and help improve Numismatics!" |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: I have a question! | ||
url: https://discord.gg/create-steam-n-rails-706277846389227612 | ||
about: Join us on Discord and ask the community. | ||
- name: I have a suggestion or idea! | ||
url: https://discord.gg/create-steam-n-rails-706277846389227612 | ||
about: These are best discussed with the community and submitted on Discord. | ||
- name: Talk to us on Discord. | ||
url: https://discord.gg/create-steam-n-rails-706277846389227612 | ||
about: Ask questions and get help from the community. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
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, screenshots, 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. | ||
Do **not** paste the *contents* of the file here, because that will make this issue very hard to read. | ||
" | ||
validations: | ||
required: true | ||
|
||
- type: markdown | ||
attributes: | ||
value: "Thank you for taking the time to make a report and help improve Numismatics!" |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.