mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-12 16:44:08 -08:00
formatting
This commit is contained in:
parent
51a359496a
commit
391d4f839a
12
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
12
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -39,7 +39,7 @@ body:
|
||||||
description: 'If applicable, add screenshots to help explain your problem.'
|
description: 'If applicable, add screenshots to help explain your problem.'
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: Server
|
value: "### Server"
|
||||||
- type: input
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: Snipe-IT Version
|
label: Snipe-IT Version
|
||||||
|
@ -65,7 +65,7 @@ body:
|
||||||
required: true
|
required: true
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: Desktop
|
value: "### Desktop"
|
||||||
- type: input
|
- type: input
|
||||||
id: desktop_operatingSystem
|
id: desktop_operatingSystem
|
||||||
attributes:
|
attributes:
|
||||||
|
@ -83,23 +83,23 @@ body:
|
||||||
description: 'e.g. 93'
|
description: 'e.g. 93'
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: Mobile
|
value: "### Mobile"
|
||||||
- type: input
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: Device
|
label: Device
|
||||||
description: 'e.g. iPhone 6, Pixel 4a'
|
description: 'e.g. iPhone 6, Pixel 4a'
|
||||||
- type: input
|
- type: input
|
||||||
id: device_operatingSystem
|
id: mobile_operatingSystem
|
||||||
attributes:
|
attributes:
|
||||||
label: Operating System
|
label: Operating System
|
||||||
description: 'e.g. iOS 8.1, Android 9'
|
description: 'e.g. iOS 8.1, Android 9'
|
||||||
- type: input
|
- type: input
|
||||||
id: device_browser
|
id: mobile_browser
|
||||||
attributes:
|
attributes:
|
||||||
label: Browser
|
label: Browser
|
||||||
description: 'e.g. Google Chrome, Safari'
|
description: 'e.g. Google Chrome, Safari'
|
||||||
- type: input
|
- type: input
|
||||||
id: device_version
|
id: mobile_version
|
||||||
attributes:
|
attributes:
|
||||||
label: Version
|
label: Version
|
||||||
description: 'e.g. 93'
|
description: 'e.g. 93'
|
||||||
|
|
Loading…
Reference in a new issue