mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-22 17:11:43 +03:00
fix: cleanup copy for issue template (#4129)
This commit is contained in:
parent
bb9a60fd26
commit
08a09194f4
12
.github/ISSUE_TEMPLATE/1_bug.yml
vendored
12
.github/ISSUE_TEMPLATE/1_bug.yml
vendored
@ -16,7 +16,7 @@ body:
|
||||
label: Operating System
|
||||
description: What OS are you using GitButler on?
|
||||
options:
|
||||
- Mac OSX
|
||||
- Mac OS X
|
||||
- Windows
|
||||
- Linux
|
||||
default: 0
|
||||
@ -28,11 +28,11 @@ body:
|
||||
label: Distribution Method
|
||||
description: Which package of GitButler are you using?
|
||||
options:
|
||||
- dmg
|
||||
- exe
|
||||
- .deb
|
||||
- RPM
|
||||
- AppImage
|
||||
- dmg (Apple Silicon)
|
||||
- dmg (Intel)
|
||||
- msi (Windows)
|
||||
- deb (Linux)
|
||||
- AppImage (Linux)
|
||||
default: 0
|
||||
validations:
|
||||
required: true
|
||||
|
Loading…
Reference in New Issue
Block a user