Skip to content

Commit

Permalink
New template for VSCode SQL Formatter bug report
Browse files Browse the repository at this point in the history
  • Loading branch information
nene committed Sep 11, 2024
1 parent 556ff3c commit ff0a9b2
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 34 deletions.
33 changes: 0 additions & 33 deletions .github/ISSUE_TEMPLATE/vscode-bug-report.md

This file was deleted.

2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/vscode-prettier-sql.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: VSCode Prettier SQL extension bug report
description: I have a problem with the VSCode Prettier SQL extension.
description: I have a problem with the Prettier SQL VSCode extension.
title: 'Problem with outdated Prettier SQL extension'
labels: ['vscode']
body:
Expand Down
78 changes: 78 additions & 0 deletions .github/ISSUE_TEMPLATE/vscode-sql-formatter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
name: VSCode SQL Formatter extension bug report
about: I have a problem with the SQL Formatter VSCode extension
title: ''
labels: vscode
body:
- type: textarea
id: problem
attributes:
label: Describe your problem
validations:
required: true
- type: dropdown
id: dialect
attributes:
label: Which SQL dialect does this apply to?
multiple: true
options:
- Google BigQuery
- IBM DB2 for LUW (Linux, Unix, Windows)
- IBM DB2 for iSystem
- Apache Hive
- MariaDB
- MySQL
- Couchbase N1QL
- Oracle PL/SQL
- PostgreSQL
- Amazon Redshift
- SingleStoreDB
- Snowflake
- Spark
- SQLite
- TiDB
- Trino
- Presto
- Microsoft SQL Server Transact-SQL
- A dialect not supported by SQL Formatter
validations:
required: true
- type: dropdown
id: configured_dialect
attributes:
label: Which SQL dialect is configured in your VSCode extension settings?
description: Go to Settings -> SQL Formatter VSCode -> dialect.
options:
- Rely on VSCode to detect the relevant SQL dialect
- Google BigQuery
- IBM DB2 for LUW (Linux, Unix, Windows)
- IBM DB2 for iSystem
- Apache Hive
- MariaDB
- MySQL
- Couchbase N1QL
- Oracle PL/SQL
- PostgreSQL
- Amazon Redshift
- SingleStoreDB
- Snowflake
- Spark
- SQLite
- TiDB
- Trino (should also work for Presto)
- Microsoft SQL Server Transact-SQL
- Basic SQL - generally not recommended
validations:
required: true
- type: input
id: version
attributes:
label: Version of the VSCode extension
validations:
required: true
- type: checkboxes
id: repoduces
attributes:
label: I have tried to reproduce this issue on the [demo page](https://sql-formatter-org.github.io/sql-formatter/), and it
items:
- label: Reproduces
- label: Does not reproduce

0 comments on commit ff0a9b2

Please sign in to comment.