Skip to content

Commit 241ee6e

Browse files
authored
Merge pull request #568 from RooVetGit/bug-report-version-required
Update bug_report.yml
2 parents 2fbf276 + ffd0829 commit 241ee6e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@ name: Bug Report
22
description: File a bug report
33
labels: ["bug"]
44
body:
5+
- type: input
6+
id: version
7+
attributes:
8+
label: Which version of the app are you using?
9+
description: Please specify the app version you're using (e.g. v3.3.1)
10+
validations:
11+
required: true
512
- type: dropdown
613
id: provider
714
attributes:

0 commit comments

Comments
 (0)