aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorLeo Mozoloa <leo.drrty@gmail.com>2022-10-16 13:00:28 +0200
committerAUTOMATIC1111 <16777216c@gmail.com>2022-10-19 21:30:02 +0300
commit03cf7cf32798d45ae92832bd22bea8b299e64a17 (patch)
treec4f6f8548b621f54121b4d3036cff5df3c573597 /.github
parent45f188e0d3167f36c69bdf392a1141b8e5183d21 (diff)
Fixes and trying to make dropdown required
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index 55fb2d72..201ed57d 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -15,7 +15,7 @@ body:
id: steps
attributes:
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: |
1. Go to ....
2. Press ....
@@ -44,6 +44,7 @@ body:
- Windows
- Linux
- MacOS
+ required: true
- type: dropdown
id: browsers
attributes:
@@ -55,6 +56,7 @@ body:
- Brave
- Apple Safari
- Microsoft Edge
+ required: true
- type: textarea
id: cmdargs
attributes: