Skip to content

Commit f5ff015

Browse files
authored
Re-order form, add configuration file section (#1153)
1 parent a096ecc commit f5ff015

File tree

1 file changed

+19
-13
lines changed

1 file changed

+19
-13
lines changed

.github/ISSUE_TEMPLATE/BUG_REPORT.yml

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@ name: Bug Report
22
description: File a bug report
33
labels: [bug, triage]
44
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
518
- type: textarea
619
id: what-happened
720
attributes:
@@ -29,25 +42,18 @@ body:
2942
label: SQL queries
3043
description: Please include the SQL queries causing issues. This will be automatically formatted as SQL, so no need for backticks.
3144
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
3251
- type: input
3352
id: playground
3453
attributes:
3554
label: Playground URL
3655
description: "Link to a reproduction of the issue on the sqlc playground"
3756
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
5157
- type: dropdown
5258
id: os
5359
attributes:

0 commit comments

Comments
 (0)