From 479b3621a7306ba3cd5abe087afcb6e146a127c5 Mon Sep 17 00:00:00 2001 From: Davide Imola Date: Tue, 13 Dec 2022 12:56:28 +0100 Subject: [PATCH 1/2] add version to bug template --- .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index 1d5fb4b1ee..0eb1360636 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -9,6 +9,7 @@ body: description: What version of sqlc are you running? If you don't know, run `sqlc version`. multiple: false options: + - 1.16.x - 1.15.0 - 1.14.0 - 1.13.0 From fb2b840e687a500d04b1ac553d8b0bb731675a0d Mon Sep 17 00:00:00 2001 From: Kyle Conroy Date: Mon, 19 Dec 2022 16:47:58 -0800 Subject: [PATCH 2/2] Update .github/ISSUE_TEMPLATE/BUG_REPORT.yml --- .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index 0eb1360636..09ecfe8ac0 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -9,7 +9,7 @@ body: description: What version of sqlc are you running? If you don't know, run `sqlc version`. multiple: false options: - - 1.16.x + - 1.16.0 - 1.15.0 - 1.14.0 - 1.13.0