-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
Showing
6 changed files
with
136 additions
and
104 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,53 @@ | ||
name: Bug Report | ||
description: Report a bug with the mod. Use the Crash Report form to report crashes! | ||
labels: [bug] | ||
assignees: HJfod | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## Report a Bug | ||
> :warning: Use the Crash Report form to report crashes! | ||
- type: input | ||
id: be-version | ||
attributes: | ||
label: BetterEdit version | ||
description: The version of BetterEdit you're using | ||
placeholder: Latest | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: bug-desc | ||
attributes: | ||
label: Bug description | ||
description: A clear and concise description of what the bug is - is something not working as expected? Does something look off? Is the mod conflicting with another mod? | ||
placeholder: Bug description | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: screenshots | ||
attributes: | ||
label: Screenshots | ||
description: | | ||
If you have screenshots/videos of the bug happening, please include them! | ||
Tip: You can attach images by clicking this area to highlight it and then dragging files in. | ||
placeholder: Screenshots/videos of the bug | ||
validations: | ||
required: false | ||
|
||
- type: checkboxes | ||
attributes: | ||
label: Platform | ||
description: What platform are you using? | ||
options: | ||
- label: Windows | ||
- label: Mac | ||
- label: Android (32-bit) | ||
- label: Android (64-bit) | ||
- label: Linux | ||
validations: | ||
required: true |
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,40 @@ | ||
name: Crash Report | ||
description: Report a crash (I.e., when the mod/game closes unexpectedly) | ||
labels: [crash] | ||
assignees: HJfod | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## Report a Crash | ||
- type: input | ||
id: be-version | ||
attributes: | ||
label: BetterEdit version | ||
description: The version of BetterEdit you're using | ||
placeholder: Latest | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: feature-desc | ||
attributes: | ||
label: Description | ||
description: What should the feature do? How should it work? Why is it needed? | ||
placeholder: Feature description | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: screenshots | ||
attributes: | ||
label: Concept Art | ||
description: | | ||
If you have any concept art / images related to the feature, please include them here! | ||
Tip: You can attach images by clicking this area to highlight it and then dragging files in. | ||
placeholder: | | ||
Include any concept art you may have for the feature here | ||
validations: | ||
required: false |
This file was deleted.
Oops, something went wrong.
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,43 @@ | ||
name: Suggestion | ||
description: Suggest a new feature to be added | ||
labels: [suggestion] | ||
assignees: HJfod | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## Suggest a Feature | ||
- type: textarea | ||
id: feature-desc | ||
attributes: | ||
label: Feature description | ||
description: A clear and concise description of what the bug is - is something not working as expected? Does something look off? Is the mod conflicting with another mod? | ||
placeholder: Bug description | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: screenshots | ||
attributes: | ||
label: Screenshots | ||
description: | | ||
If you have screenshots/videos of the bug happening, please include them! | ||
Tip: You can attach images by clicking this area to highlight it and then dragging files in. | ||
placeholder: Screenshots/videos of the bug | ||
validations: | ||
required: false | ||
|
||
- type: checkboxes | ||
attributes: | ||
label: Platform | ||
description: What platform are you using? | ||
options: | ||
- label: Windows | ||
- label: Mac | ||
- label: Android (32-bit) | ||
- label: Android (64-bit) | ||
- label: Linux | ||
validations: | ||
required: true |