Commit a14bb025 authored by tom's avatar tom

one more fix of issue templates

parent ece998de
......@@ -44,25 +44,19 @@ body:
id: version
attributes:
label: App version
description: The version of the front-end app you use. You can find it in the footer of the page
description: The version of the front-end app you use. You can find it in the footer of the page.
placeholder: v1.2.0
validations:
required: true
- type: dropdown
- type: input
id: browser
# validations:
# required: true
attributes:
label: Browser
description: What browsers are you seeing the problem on?
multiple: true
options:
- Firefox
- Chrome
- Safari
- Microsoft Edge
- Other (please specify in the comment)
description: What browsers are you seeing the problem on? Please specify browser vendor and its version.
placeholder: Google Chrome 111
- type: dropdown
id: operating-system
......@@ -72,13 +66,13 @@ body:
label: Operating system
description: The operating system this issue occurred with.
options:
- label: macOS
- label: Windows
- label: Linux
- macOS
- Windows
- Linux
- type: textarea
id: additional-information
attributes:
label: Additional information
description: |
Use this section to provide any additional information you might have (e.g screenshots or screencasts)
\ No newline at end of file
Use this section to provide any additional information you might have (e.g screenshots or screencasts).
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment