mirror of https://github.com/jpanther/congo.git
👷 Tweak GitHub issue template
parent
b969af9fac
commit
586fd9bc78
|
@ -36,16 +36,17 @@ body:
|
||||||
placeholder: eg. hugo v0.114.0+extended darwin/arm64
|
placeholder: eg. hugo v0.114.0+extended darwin/arm64
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: checkboxes
|
- type: dropdown
|
||||||
id: browsers
|
id: browsers
|
||||||
attributes:
|
attributes:
|
||||||
label: Which browser rendering engines are you seeing the problem on?
|
label: Which browser rendering engines are you seeing the problem on?
|
||||||
description: Select any that you have tested. This is particularly important for CSS issue reports.
|
description: Select any that you have tested. This is particularly important for CSS issue reports.
|
||||||
|
multiple: true
|
||||||
options:
|
options:
|
||||||
- label: Chromium (Google Chrome, Microsoft Edge, Brave, Vivaldi, etc.)
|
- Chromium (Google Chrome, Microsoft Edge, Brave, Vivaldi, Opera, etc.)
|
||||||
- label: Firefox (Mozilla Firefox)
|
- Firefox (Mozilla Firefox)
|
||||||
- label: WebKit (Safari)
|
- WebKit (Safari)
|
||||||
- label: Other
|
- Other (Please include details in the issue description)
|
||||||
- type: input
|
- type: input
|
||||||
id: sample-url
|
id: sample-url
|
||||||
attributes:
|
attributes:
|
||||||
|
|
Loading…
Reference in New Issue