From fbfa4f5e3a6bf1c8890d0dc5fcdb3ddb93a5fd14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Canouil?= <8896044+mcanouil@users.noreply.github.com> Date: Sun, 18 May 2025 12:47:12 +0200 Subject: [PATCH 1/6] fix: explicitly ask for latest stable Quarto version --- .github/ISSUE_TEMPLATE/bug_report.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 2d735ad836..9e93d51351 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -53,6 +53,15 @@ body: The end. ```` + - type: checkboxes + attributes: + label: "I Have checked the following" + options: + - label: I have searched the issue tracker for similar issues + required: true + - label: I have (at least) the latest version of [Quarto CLI](https://github.com/quarto-dev/quarto-cli/releases/latest) + required: true + - type: textarea attributes: label: Bug description From 160ff2a4875d4f18e52821f31fd2a9af935f69bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Canouil?= <8896044+mcanouil@users.noreply.github.com> Date: Sun, 18 May 2025 12:53:05 +0200 Subject: [PATCH 2/6] style: harmonise formatting --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 9e93d51351..a11d7b5729 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -11,8 +11,8 @@ body: This is the repository for the command-line program `quarto`: - - If you're reporting an issue with the VS Code extension, please visit https://github.com/quarto-dev/quarto - - If you're reporting an issue inside RStudio, please visit https://github.com/rstudio/rstudio + - If you're reporting an issue with the **Visual Studio Code extension**, please visit https://github.com/quarto-dev/quarto + - If you're reporting an issue inside **RStudio**, please visit https://github.com/rstudio/rstudio - If you're reporting an issue inside **Positron**, please visit https://github.com/posit-dev/positron - If you want to ask for a feature, please use the [Feature Requests GitHub Discussions](https://github.com/quarto-dev/quarto-cli/discussions/categories/feature-requests). - If you want to ask for help, please use the [Q&A GitHub Discussions](https://github.com/quarto-dev/quarto-cli/discussions/categories/q-a). From 8c9724c5855ae1226b78aceebc1a048154fef139 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Canouil?= <8896044+mcanouil@users.noreply.github.com> Date: Sun, 18 May 2025 12:57:07 +0200 Subject: [PATCH 3/6] fix: make bug report guideline a checkbox Don't require to check the boxes --- .github/ISSUE_TEMPLATE/bug_report.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index a11d7b5729..e205159160 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -58,9 +58,8 @@ body: label: "I Have checked the following" options: - label: I have searched the issue tracker for similar issues - required: true - label: I have (at least) the latest version of [Quarto CLI](https://github.com/quarto-dev/quarto-cli/releases/latest) - required: true + - label: I have properly formatted my issue following the [Bug Reports guide](https://quarto.org/bug-reports.html) - type: textarea attributes: From 23555807c02a339a62dbe3e5a2b62e951e6e0933 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Canouil?= <8896044+mcanouil@users.noreply.github.com> Date: Sun, 18 May 2025 16:51:55 +0200 Subject: [PATCH 4/6] refactor: change wording for checkboxes --- .github/ISSUE_TEMPLATE/bug_report.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index e205159160..b9d4cee222 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -55,11 +55,11 @@ body: - type: checkboxes attributes: - label: "I Have checked the following" + label: "I Have" options: - - label: I have searched the issue tracker for similar issues - - label: I have (at least) the latest version of [Quarto CLI](https://github.com/quarto-dev/quarto-cli/releases/latest) - - label: I have properly formatted my issue following the [Bug Reports guide](https://quarto.org/bug-reports.html) + - label: searched the issue tracker for similar issues + - label: installed the latest version of [Quarto CLI](https://github.com/quarto-dev/quarto-cli/releases/latest) + - label: formatted my issue following the [Bug Reports guide](https://quarto.org/bug-reports.html) - type: textarea attributes: From aca107cda256694c6740a1c0c437c8f39b53c85c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Canouil?= <8896044+mcanouil@users.noreply.github.com> Date: Sun, 18 May 2025 16:54:57 +0200 Subject: [PATCH 5/6] fix: case and missing colon --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index b9d4cee222..73fb6d0628 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -11,7 +11,7 @@ body: This is the repository for the command-line program `quarto`: - - If you're reporting an issue with the **Visual Studio Code extension**, please visit https://github.com/quarto-dev/quarto + - If you're reporting an issue with the **Visual Editor**, please visit https://github.com/quarto-dev/quarto - If you're reporting an issue inside **RStudio**, please visit https://github.com/rstudio/rstudio - If you're reporting an issue inside **Positron**, please visit https://github.com/posit-dev/positron - If you want to ask for a feature, please use the [Feature Requests GitHub Discussions](https://github.com/quarto-dev/quarto-cli/discussions/categories/feature-requests). @@ -55,7 +55,7 @@ body: - type: checkboxes attributes: - label: "I Have" + label: "I have:" options: - label: searched the issue tracker for similar issues - label: installed the latest version of [Quarto CLI](https://github.com/quarto-dev/quarto-cli/releases/latest) From 11a504b40198611b98e7a812dc550c1b5604ffd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Canouil?= <8896044+mcanouil@users.noreply.github.com> Date: Sun, 18 May 2025 16:57:17 +0200 Subject: [PATCH 6/6] fix: mention explicitly the visual editor and extension --- .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 73fb6d0628..a59b7cb021 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -11,7 +11,7 @@ body: This is the repository for the command-line program `quarto`: - - If you're reporting an issue with the **Visual Editor**, please visit https://github.com/quarto-dev/quarto + - If you're reporting an issue with the **Visual Editor** or with the **Visual Studio Code / Positron extension**, please visit https://github.com/quarto-dev/quarto - If you're reporting an issue inside **RStudio**, please visit https://github.com/rstudio/rstudio - If you're reporting an issue inside **Positron**, please visit https://github.com/posit-dev/positron - If you want to ask for a feature, please use the [Feature Requests GitHub Discussions](https://github.com/quarto-dev/quarto-cli/discussions/categories/feature-requests).