File tree Expand file tree Collapse file tree 1 file changed +19
-13
lines changed Expand file tree Collapse file tree 1 file changed +19
-13
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,19 @@ name: Bug Report
2
2
description : File a bug report
3
3
labels : [bug, triage]
4
4
body :
5
+ - type : dropdown
6
+ id : version
7
+ attributes :
8
+ label : Version
9
+ description : What version of sqlc are you running? If you don't know, run `sqlc version`.
10
+ multiple : false
11
+ options :
12
+ - 1.9.0
13
+ - 1.8.0
14
+ - 1.7.0
15
+ - Other
16
+ validations :
17
+ required : true
5
18
- type : textarea
6
19
id : what-happened
7
20
attributes :
@@ -29,25 +42,18 @@ body:
29
42
label : SQL queries
30
43
description : Please include the SQL queries causing issues. This will be automatically formatted as SQL, so no need for backticks.
31
44
render : sql
45
+ - type : textarea
46
+ id : config
47
+ attributes :
48
+ label : Configuration
49
+ description : Please include the sqlc.yaml or sqlc.json file you using in your project. This will be automatically formatted, so no need for backticks.
50
+ render : yaml
32
51
- type : input
33
52
id : playground
34
53
attributes :
35
54
label : Playground URL
36
55
description : " Link to a reproduction of the issue on the sqlc playground"
37
56
placeholder : " https://play.sqlc.dev/"
38
- - type : dropdown
39
- id : version
40
- attributes :
41
- label : Version
42
- description : What version of sqlc are you running?
43
- multiple : false
44
- options :
45
- - 1.9.0
46
- - 1.8.0
47
- - 1.7.0
48
- - Other
49
- validations :
50
- required : true
51
57
- type : dropdown
52
58
id : os
53
59
attributes :
You can’t perform that action at this time.
0 commit comments