mirror of
https://github.com/geode-sdk/geode.git
synced 2025-04-01 07:40:18 -04:00
Aggressive issue template changes
This commit is contained in:
parent
0d62940c89
commit
e189e89ff2
1 changed files with 8 additions and 1 deletions
9
.github/ISSUE_TEMPLATE/crash-report.yml
vendored
9
.github/ISSUE_TEMPLATE/crash-report.yml
vendored
|
@ -1,7 +1,14 @@
|
|||
name: Crash Report
|
||||
description: Report a bug that crashes the game or prevents startup caused by Geode Loader (not individual mods).
|
||||
description: Report a Geode bug (not mods themselves) that crashes the game or prevents startup caused by Geode Loader (not mods created by others).
|
||||
labels: [ "unverified", "crash" ]
|
||||
body:
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Geode Issue
|
||||
description: The Geode repository is for issues of Geode Loader, not individual mods created by other developers.
|
||||
options:
|
||||
- label: I confirm that this crash is directly related to Geode Loader.
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: platform
|
||||
attributes:
|
||||
|
|
Loading…
Add table
Reference in a new issue