File tree Expand file tree Collapse file tree 2 files changed +55
-37
lines changed Expand file tree Collapse file tree 2 files changed +55
-37
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ name : Issue
2+ description : New issue template
3+ body :
4+ - type : textarea
5+ attributes :
6+ label : What version of rules_go are you using?
7+ description : Check io_bazel_rules_go in WORKSPACE if you're not sure
8+ validations :
9+ required : true
10+ - type : textarea
11+ attributes :
12+ label : What version of gazelle are you using?
13+ description : Check bazel_gazelle in WORKSPACE if you're not sure
14+ validations :
15+ required : true
16+ - type : textarea
17+ attributes :
18+ label : What version of Bazel are you using?
19+ description : Run "bazel version" to find out
20+ validations :
21+ required : true
22+ - type : textarea
23+ attributes :
24+ label : Does this issue reproduce with the latest releases of all the above?
25+ validations :
26+ required : true
27+ - type : textarea
28+ attributes :
29+ label : What operating system and processor architecture are you using?
30+ validations :
31+ required : true
32+ - type : textarea
33+ attributes :
34+ label : Any other potentially useful information about your toolchain?
35+ description : C/C++ compiler, custom CROSSTOOL, remote execution?
36+ validations :
37+ required : false
38+ - type : textarea
39+ attributes :
40+ label : What did you do?
41+ description : If possible, provide a minimal recipe for reproducing the error.
42+ validations :
43+ required : false
44+ - type : textarea
45+ attributes :
46+ label : What did you expect to see?
47+ description :
48+ validations :
49+ required : false
50+ - type : textarea
51+ attributes :
52+ label : What did you see instead?
53+ description :
54+ validations :
55+ required : false
You can’t perform that action at this time.
0 commit comments