Commit a14bb025 authored by tom's avatar tom

one more fix of issue templates

parent ece998de
...@@ -44,25 +44,19 @@ body: ...@@ -44,25 +44,19 @@ body:
id: version id: version
attributes: attributes:
label: App version 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 placeholder: v1.2.0
validations: validations:
required: true required: true
- type: dropdown - type: input
id: browser id: browser
# validations: # validations:
# required: true # required: true
attributes: attributes:
label: Browser label: Browser
description: What browsers are you seeing the problem on? description: What browsers are you seeing the problem on? Please specify browser vendor and its version.
multiple: true placeholder: Google Chrome 111
options:
- Firefox
- Chrome
- Safari
- Microsoft Edge
- Other (please specify in the comment)
- type: dropdown - type: dropdown
id: operating-system id: operating-system
...@@ -72,13 +66,13 @@ body: ...@@ -72,13 +66,13 @@ body:
label: Operating system label: Operating system
description: The operating system this issue occurred with. description: The operating system this issue occurred with.
options: options:
- label: macOS - macOS
- label: Windows - Windows
- label: Linux - Linux
- type: textarea - type: textarea
id: additional-information id: additional-information
attributes: attributes:
label: Additional information label: Additional information
description: | description: |
Use this section to provide any additional information you might have (e.g screenshots or screencasts) Use this section to provide any additional information you might have (e.g screenshots or screencasts).
\ No newline at end of file \ 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