File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 24
24
label : " Describe the Bug"
25
25
description : " Provide a concise description of the bug. What did you expect to happen, and what actually happened?"
26
26
placeholder : " Describe the bug here..."
27
+ validations :
27
28
required : true
28
29
29
30
- type : textarea
49
50
label : " atmolib Version"
50
51
description : " Confirm the version of atmolib you are using."
51
52
placeholder : " e.g., 1.0.0"
53
+ validations :
52
54
required : true
53
55
54
56
- type : input
@@ -57,18 +59,20 @@ body:
57
59
label : " Python Version"
58
60
description : " Confirm the Python version you are using."
59
61
placeholder : " e.g., 3.9.7"
62
+ validations :
60
63
required : true
61
64
62
65
- type : dropdown
63
66
id : os
64
67
attributes :
65
68
label : " Operating System"
66
69
description : " Select the OS where the issue occurs."
67
- required : true
68
70
options :
69
71
- Windows
70
72
- macOS
71
73
- Linux
72
74
- BSD
73
75
- All
74
76
- Other
77
+ validations :
78
+ required : true
You can’t perform that action at this time.
0 commit comments