Skip to content

Re-order form, add configuration file section #1153

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 28, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 19 additions & 13 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@ name: Bug Report
description: File a bug report
labels: [bug, triage]
body:
- type: dropdown
id: version
attributes:
label: Version
description: What version of sqlc are you running? If you don't know, run `sqlc version`.
multiple: false
options:
- 1.9.0
- 1.8.0
- 1.7.0
- Other
validations:
required: true
- type: textarea
id: what-happened
attributes:
Expand Down Expand Up @@ -29,25 +42,18 @@ body:
label: SQL queries
description: Please include the SQL queries causing issues. This will be automatically formatted as SQL, so no need for backticks.
render: sql
- type: textarea
id: config
attributes:
label: Configuration
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.
render: yaml
- type: input
id: playground
attributes:
label: Playground URL
description: "Link to a reproduction of the issue on the sqlc playground"
placeholder: "https://play.sqlc.dev/"
- type: dropdown
id: version
attributes:
label: Version
description: What version of sqlc are you running?
multiple: false
options:
- 1.9.0
- 1.8.0
- 1.7.0
- Other
validations:
required: true
- type: dropdown
id: os
attributes:
Expand Down