File tree 2 files changed +84
-30
lines changed
2 files changed +84
-30
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ name : " \U0001F41B Bug report"
2
+ about : Create a report to help us improve
3
+ title : ' '
4
+ labels : bug
5
+ assignees : ' '
6
+
7
+ body :
8
+ - type : markdown
9
+ attributes :
10
+ value : |
11
+ Thanks for taking the time to fill out this bug report!
12
+
13
+ - type : textarea
14
+ id : describe-bug
15
+ attributes :
16
+ label : Describe the bug
17
+ description : A clear and concise description of what the bug is.
18
+ value : " "
19
+ validations :
20
+ required : true
21
+
22
+ - type : textarea
23
+ id : what-happened
24
+ attributes :
25
+ label : To Reproduce
26
+ description : Steps to reproduce the behavior
27
+ value : |
28
+ 1. Go to '...'
29
+ 2. Click on '....'
30
+ 3. Scroll down to '....'
31
+ 4. See error"
32
+ validations :
33
+ required : true
34
+
35
+ - type : textarea
36
+ id : expected-behavior
37
+ attributes :
38
+ label : Expected behavior
39
+ description : A clear and concise description of what you expected to happen.
40
+ value : " "
41
+ validations :
42
+ required : true
43
+
44
+ - type : dropdown
45
+ id : bandit-version
46
+ attributes :
47
+ label : Bandit version
48
+ description : Run "bandit --version" if unsure of version number
49
+ options :
50
+ - 1.7.0 (Default)
51
+ - 1.6.3
52
+ - 1.6.2
53
+ - 1.6.1
54
+ - 1.6.0
55
+ - 1.5.1
56
+ - 1.5.0
57
+ - 1.4.0
58
+ - 1.3.0
59
+ - 0.17.0-eol
60
+ validations :
61
+ required : true
62
+
63
+ - type : dropdown
64
+ id : python-version
65
+ attributes :
66
+ label : Python version
67
+ description : Run "bandit --version" if unsure of version number
68
+ options :
69
+ - 3.9 (Default)
70
+ - 3.8
71
+ - 3.7
72
+ - 3.6
73
+ - 3.5
74
+ validations :
75
+ required : true
76
+
77
+ - type : textarea
78
+ id : additional-context
79
+ attributes :
80
+ label : Additional context
81
+ description : Add any other context about the problem here.
82
+ value : " "
83
+ validations :
84
+ required : true
You can’t perform that action at this time.
0 commit comments