Skip to content

Commit

Permalink
use issue forms for everything
Browse files Browse the repository at this point in the history
  • Loading branch information
HJfod committed Mar 23, 2024
1 parent 12f7121 commit bbd320e
Show file tree
Hide file tree
Showing 6 changed files with 136 additions and 104 deletions.
53 changes: 53 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
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
38 changes: 0 additions & 38 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

40 changes: 40 additions & 0 deletions .github/ISSUE_TEMPLATE/crash-report.yml
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
35 changes: 0 additions & 35 deletions .github/ISSUE_TEMPLATE/crash_report.md

This file was deleted.

31 changes: 0 additions & 31 deletions .github/ISSUE_TEMPLATE/suggestion.md

This file was deleted.

43 changes: 43 additions & 0 deletions .github/ISSUE_TEMPLATE/suggestion.yml
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

0 comments on commit bbd320e

Please sign in to comment.