mirror of
https://github.com/shumadrid/obsidian-git-changelog.git
synced 2026-07-22 05:42:16 +00:00
chore: fix bug report issue template
This commit is contained in:
parent
bd74646c5c
commit
9f6f05073f
1 changed files with 17 additions and 17 deletions
34
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
34
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
|
@ -17,28 +17,28 @@ body:
|
|||
- type: dropdown
|
||||
id: os
|
||||
attributes:
|
||||
label: Operating system
|
||||
description: Which OS are you using?
|
||||
options:
|
||||
- Windows
|
||||
- Linux
|
||||
- macOS
|
||||
- Android
|
||||
- iOS
|
||||
label: Operating system
|
||||
description: Which OS are you using?
|
||||
options:
|
||||
- Windows
|
||||
- Linux
|
||||
- macOS
|
||||
- Android
|
||||
- iOS
|
||||
validations:
|
||||
required: true
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: installation-method
|
||||
attributes:
|
||||
label: Installation Method (Linux)
|
||||
description: Only necessary on Linux
|
||||
options:
|
||||
- Flatpak
|
||||
- AppImage
|
||||
- Snap
|
||||
- Other
|
||||
label: Installation Method (Linux)
|
||||
description: Only necessary on Linux
|
||||
options:
|
||||
- Flatpak
|
||||
- AppImage
|
||||
- Snap
|
||||
- Other
|
||||
validations:
|
||||
required: false
|
||||
required: false
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Environment Information
|
||||
|
|
|
|||
Loading…
Reference in a new issue