We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 448b646 commit 5a8e01cCopy full SHA for 5a8e01c
.github/ISSUE_TEMPLATE/bug_report.yaml
@@ -8,6 +8,22 @@ body:
8
value: |
9
Thanks for taking the time to report a bug! Please fill in the details below.
10
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
20
21
22
+ label: Streamlit Authenticator Version
23
24
25
26
27
- type: input
28
id: environment
29
attributes:
@@ -45,11 +61,3 @@ body:
45
61
4. See error
46
62
validations:
47
63
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