Add additional context to issue template (#1179)
This commit is contained in:
parent
dd47eed7c7
commit
9269774aed
|
@ -39,10 +39,16 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: Screenshots or Videos
|
label: Screenshots or Videos
|
||||||
description: If applicable, add screenshots and/or a short video to help explain your problem.
|
description: If applicable, add screenshots and/or a short video to help explain your problem.
|
||||||
|
- type: textarea
|
||||||
|
id: additional-context
|
||||||
|
attributes:
|
||||||
|
label: Additional Context
|
||||||
|
description: Add any other context about the problem here.
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: os
|
id: os
|
||||||
attributes:
|
attributes:
|
||||||
label: What operating system are you seeing the problem on?
|
label: Operating System
|
||||||
|
description: What operating system are you seeing the problem on?
|
||||||
multiple: true
|
multiple: true
|
||||||
options:
|
options:
|
||||||
- Windows
|
- Windows
|
||||||
|
@ -55,11 +61,13 @@ body:
|
||||||
- type: input
|
- type: input
|
||||||
id: os-version
|
id: os-version
|
||||||
attributes:
|
attributes:
|
||||||
label: What version of the operating system(s) are you seeing the problem on?
|
label: Operating System Version
|
||||||
|
description: What version of the operating system(s) are you seeing the problem on?
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: browsers
|
id: browsers
|
||||||
attributes:
|
attributes:
|
||||||
label: What browsers are you seeing the problem on?
|
label: Web Browser
|
||||||
|
description: What browser(s) are you seeing the problem on?
|
||||||
multiple: true
|
multiple: true
|
||||||
options:
|
options:
|
||||||
- Chrome
|
- Chrome
|
||||||
|
@ -74,7 +82,8 @@ body:
|
||||||
- type: input
|
- type: input
|
||||||
id: browser-version
|
id: browser-version
|
||||||
attributes:
|
attributes:
|
||||||
label: What version of the browser(s) are you seeing the problem on?
|
label: Browser Version
|
||||||
|
description: What version of the browser(s) are you seeing the problem on?
|
||||||
- type: input
|
- type: input
|
||||||
id: version
|
id: version
|
||||||
attributes:
|
attributes:
|
Loading…
Reference in New Issue