Skip to content

Commit 5a8e01c

Browse files
authored
Update bug_report.yaml
1 parent 448b646 commit 5a8e01c

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,22 @@ body:
88
value: |
99
Thanks for taking the time to report a bug! Please fill in the details below.
1010
11+
- type: input
12+
id: version
13+
attributes:
14+
label: Streamlit Version
15+
placeholder: "e.g. v1.2.3"
16+
validations:
17+
required: true
18+
19+
- type: input
20+
id: version
21+
attributes:
22+
label: Streamlit Authenticator Version
23+
placeholder: "e.g. v1.2.3"
24+
validations:
25+
required: true
26+
1127
- type: input
1228
id: environment
1329
attributes:
@@ -45,11 +61,3 @@ body:
4561
4. See error
4662
validations:
4763
required: true
48-
49-
- type: input
50-
id: version
51-
attributes:
52-
label: App Version
53-
placeholder: "e.g. v1.2.3"
54-
validations:
55-
required: false

0 commit comments

Comments
 (0)