File tree Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : Bug Report
2
+ description : Create a bug report
3
+ title : " [Bug]: "
4
+ labels : ["bug"]
5
+ body :
6
+ - type : checkboxes
7
+ id : terms
8
+ attributes :
9
+ label : Pre-requisites
10
+ options :
11
+ - label : I'd like to contribute the fix myself
12
+ - type : textarea
13
+ id : description
14
+ attributes :
15
+ label : What happened/what you expected to happen?
16
+ validations :
17
+ required : true
18
+ - type : textarea
19
+ id : logs
20
+ attributes :
21
+ label : Relevant log output
22
+ description : Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
23
+ render : shell
Original file line number Diff line number Diff line change
1
+ name : Feature Request
2
+ description : Suggest an idea for gatling-operator
3
+ title : " [Feature Request]: "
4
+ labels : ["feature"]
5
+ body :
6
+ - type : textarea
7
+ id : summary
8
+ attributes :
9
+ label : Summary
10
+ validations :
11
+ required : true
You can’t perform that action at this time.
0 commit comments