Update bug.yml
This commit is contained in:
parent
2bcf98e2f5
commit
e80be3a2fc
18
.github/ISSUE_TEMPLATE/bug.yml
vendored
18
.github/ISSUE_TEMPLATE/bug.yml
vendored
@ -18,13 +18,15 @@ body:
|
||||
id: project
|
||||
attributes:
|
||||
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:
|
||||
required: true
|
||||
- type: input
|
||||
id: platform
|
||||
attributes:
|
||||
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"
|
||||
validations:
|
||||
required: true
|
||||
@ -32,7 +34,8 @@ body:
|
||||
id: devices
|
||||
attributes:
|
||||
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:
|
||||
required: true
|
||||
- type: input
|
||||
@ -55,17 +58,18 @@ body:
|
||||
id: repro-steps
|
||||
attributes:
|
||||
label: Steps to reproduce
|
||||
placeholder: |
|
||||
1.
|
||||
2.
|
||||
3.
|
||||
...
|
||||
value: |
|
||||
1.
|
||||
2.
|
||||
3.
|
||||
...
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: expected-behavior
|
||||
attributes:
|
||||
label: Expected behavior
|
||||
description: What should have happened?
|
||||
placeholder: What did you expect to happen?
|
||||
validations:
|
||||
required: true
|
||||
|
Loading…
Reference in New Issue
Block a user