-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
72ff823
commit 61d7b86
Showing
3 changed files
with
71 additions
and
0 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,49 @@ | ||
name: Bug Report | ||
description: File a bug report | ||
labels: ["bug"] | ||
assignees: [PssbleTrngle] | ||
|
||
body: | ||
- type: textarea | ||
id: what-happened | ||
attributes: | ||
label: What happened? | ||
description: Also tell us, what did you expect to happen? | ||
placeholder: Tell us what you see! | ||
validations: | ||
required: true | ||
|
||
- type: dropdown | ||
id: loader | ||
attributes: | ||
label: Loader | ||
multiple: false | ||
options: | ||
- forge | ||
- fabric | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: version-version | ||
attributes: | ||
label: Mod Version | ||
validations: | ||
required: true | ||
|
||
- type: dropdown | ||
id: minecraft-version | ||
attributes: | ||
label: Minecraft Version | ||
multiple: false | ||
options: | ||
- "1.20" | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: Relevant log output | ||
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. | ||
render: Shell |
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 @@ | ||
blank_issues_enabled: false |
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,21 @@ | ||
name: Feature Request | ||
description: Suggest a feature | ||
labels: ["enhancement", "feature", "feature-request"] | ||
assignees: [PssbleTrngle] | ||
|
||
body: | ||
- type: textarea | ||
id: idea | ||
attributes: | ||
label: Describe the feature you have in mind. | ||
placeholder: So I was think about... | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: problem-solving | ||
attributes: | ||
label: Does this solve a particular problem? | ||
placeholder: Yes, it balances... | ||
validations: | ||
required: false |