From f04d9e8da643f79846ce4d70d8e2b2bed82e272e Mon Sep 17 00:00:00 2001 From: Rene Saarsoo Date: Wed, 11 Sep 2024 09:47:30 +0300 Subject: [PATCH] Add template for the Prettier SQL extension bug reports --- .github/ISSUE_TEMPLATE/vscode-prettier-sql.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/vscode-prettier-sql.yaml diff --git a/.github/ISSUE_TEMPLATE/vscode-prettier-sql.yaml b/.github/ISSUE_TEMPLATE/vscode-prettier-sql.yaml new file mode 100644 index 0000000000..2af9f38acd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/vscode-prettier-sql.yaml @@ -0,0 +1,13 @@ +name: VSCode Prettier SQL extension bug report +description: I have a problem with the VSCode Prettier SQL extension. +title: 'Problem with outdated Prettier SQL extension' +labels: ['vscode'] +body: + - type: markdown + attributes: + value: | + Please don't report issues about the [Prettier SQL VSCode](https://marketplace.visualstudio.com/items?itemName=inferrinizzard.prettier-sql-vscode) extension here. + It is no more maintained by its author. + + Instead, consider switching to the official [SQL Formatter VSCode](https://marketplace.visualstudio.com/items?itemName=ReneSaarsoo.sql-formatter-vsc) + extension, which uses the latest SQL Formatter library and is actively maintained.