File tree Expand file tree Collapse file tree 2 files changed +53
-16
lines changed
Expand file tree Collapse file tree 2 files changed +53
-16
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ ---
2+ name : Bug Report
3+ description : Report a bug
4+ title : ' Issue title'
5+ labels : bug
6+ body :
7+ - type : dropdown
8+ id : version
9+ attributes :
10+ label : Bashly Version
11+ description : What version of bashly are you running?
12+ options :
13+ - Latest Ruby Gem
14+ - Latest Docker Image
15+ - Edge Ruby Gem
16+ - Edge Docker Image
17+ - Older Ruby Gem
18+ - Older Docker Image
19+ validations :
20+ required : true
21+
22+ - type : textarea
23+ id : description
24+ attributes :
25+ label : Description
26+ description : Describe the bug.
27+ validations :
28+ required : true
29+
30+ - type : textarea
31+ id : config
32+ attributes :
33+ label : Contents of `bashly.yml`
34+ description : If relevant, paste the contents of the smallest `bashly.yml` needed to reproduce the problem.
35+ render : yaml
36+
37+ - type : textarea
38+ id : reproduction
39+ attributes :
40+ label : Reproduction Steps
41+ description : Provide the minimal set of steps required to reproduce the bug.
42+ validations :
43+ required : true
44+
45+ - type : textarea
46+ id : actual
47+ attributes :
48+ label : Actual Behavior
49+
50+ - type : textarea
51+ id : expected
52+ attributes :
53+ label : Expected Behavior
You can’t perform that action at this time.
0 commit comments