Commit 03cf7cf3 authored by Leo Mozoloa's avatar Leo Mozoloa Committed by AUTOMATIC1111

Fixes and trying to make dropdown required

parent 45f188e0
...@@ -15,7 +15,7 @@ body: ...@@ -15,7 +15,7 @@ body:
id: steps id: steps
attributes: attributes:
label: Steps to reproduce the problem label: Steps to reproduce the problem
description: Please provide us with precise step by step information to reproduce the bug description: Please provide us with precise step by step information on how to reproduce the bug
value: | value: |
1. Go to .... 1. Go to ....
2. Press .... 2. Press ....
...@@ -44,6 +44,7 @@ body: ...@@ -44,6 +44,7 @@ body:
- Windows - Windows
- Linux - Linux
- MacOS - MacOS
required: true
- type: dropdown - type: dropdown
id: browsers id: browsers
attributes: attributes:
...@@ -55,6 +56,7 @@ body: ...@@ -55,6 +56,7 @@ body:
- Brave - Brave
- Apple Safari - Apple Safari
- Microsoft Edge - Microsoft Edge
required: true
- type: textarea - type: textarea
id: cmdargs id: cmdargs
attributes: attributes:
......
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