Update bug.yml
This commit is contained in:
parent
2bcf98e2f5
commit
e80be3a2fc
10
.github/ISSUE_TEMPLATE/bug.yml
vendored
10
.github/ISSUE_TEMPLATE/bug.yml
vendored
@ -18,13 +18,15 @@ body:
|
|||||||
id: project
|
id: project
|
||||||
attributes:
|
attributes:
|
||||||
label: Project Version
|
label: Project Version
|
||||||
placeholder: "1.0, 1.2.3, 2.5.1"
|
description: Which project versions are affected?
|
||||||
|
placeholder: "1.0, 2.2, 3.5.1"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
id: platform
|
id: platform
|
||||||
attributes:
|
attributes:
|
||||||
label: Platform and OS Version
|
label: Platform and OS Version
|
||||||
|
description: Which platforms or operating systems are affected?
|
||||||
placeholder: "iOS 12.1, tvOS 13.0, macOS 10.15.1, Safari 12"
|
placeholder: "iOS 12.1, tvOS 13.0, macOS 10.15.1, Safari 12"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
@ -32,7 +34,8 @@ body:
|
|||||||
id: devices
|
id: devices
|
||||||
attributes:
|
attributes:
|
||||||
label: Affected Devices
|
label: Affected Devices
|
||||||
placeholder: "iPhone X, iPhone SE, iPad Air, MacBook Pro"
|
description: Does this only occur on specific devices?
|
||||||
|
placeholder: "All, iPhone X, iPhone SE, iPad Air, MacBook Pro"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
@ -55,7 +58,7 @@ body:
|
|||||||
id: repro-steps
|
id: repro-steps
|
||||||
attributes:
|
attributes:
|
||||||
label: Steps to reproduce
|
label: Steps to reproduce
|
||||||
placeholder: |
|
value: |
|
||||||
1.
|
1.
|
||||||
2.
|
2.
|
||||||
3.
|
3.
|
||||||
@ -66,6 +69,7 @@ body:
|
|||||||
id: expected-behavior
|
id: expected-behavior
|
||||||
attributes:
|
attributes:
|
||||||
label: Expected behavior
|
label: Expected behavior
|
||||||
|
description: What should have happened?
|
||||||
placeholder: What did you expect to happen?
|
placeholder: What did you expect to happen?
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
Loading…
Reference in New Issue
Block a user