Skip to content

Commit

Permalink
make bug report issue template version field a text area and move it …
Browse files Browse the repository at this point in the history
…further down
  • Loading branch information
KonradHoeffner committed Oct 9, 2024
1 parent d496b02 commit 9e6680d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/ISSUE_TEMPLATE/bugreport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@ body:
label: What happened?
validations:
required: true
- type: input
id: version
attributes:
label: SNIK Graph version
description: YY.MM, see Help menu -> About SNIK Graph. Optionally also commit date and hash.
validations:
required: true
- type: dropdown
id: browsers
attributes:
Expand All @@ -38,6 +31,13 @@ body:
- MacOS
- Android
- iIOS
- type: textarea
id: version
attributes:
label: SNIK Graph version
description: YY.MM, see Help menu -> About SNIK Graph. Optionally also commit date and hash.
validations:
required: true
- type: textarea
id: logs
attributes:
Expand Down

0 comments on commit 9e6680d

Please sign in to comment.