Skip to content

Commit

Permalink
chore: require game version on bug report
Browse files Browse the repository at this point in the history
  • Loading branch information
scarf005 authored Sep 30, 2024
1 parent 24c59af commit e90a50e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ body:
4. Open console using (`` ` ``) key (the key right below ESC key which also has `~`).
5. Use console command to reproduce the bug.
- type: input
attribues:
label: Mod version
description: Please make sure the bug is reproducible in latest version of the mod.
placeholder: x.x.x
validations:
required: true

- type: textarea
attributes:
Expand Down

0 comments on commit e90a50e

Please sign in to comment.