From c0f1c35392a0e33355dbbd39b18d16906dbbb298 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Canouil?= <8896044+mcanouil@users.noreply.github.com> Date: Wed, 12 Feb 2025 22:29:24 +0100 Subject: [PATCH 1/2] chore(bug_report.yml): add Positron link and reorganise to better highlight discussion board --- .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 12c0c05fed5..e3e3872d071 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -6,22 +6,22 @@ body: - type: markdown attributes: value: | - Welcome to the quarto GitHub repository! + Welcome to the Quarto CLI GitHub repository! We are always happy to hear feedback from our users. 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 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). Quarto is under active development! If convenient, we'd appreciate if you could check that the issue persists on the [latest pre-release](https://github.com/quarto-dev/quarto-cli/releases). Finally, so that we can get the most out of your bug report, consider reading our ["Bug Reports" guide](https://quarto.org/bug-reports.html). - 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). - Thank you for using Quarto! --- From 6da8643094738330500bdf9e2d33678c01b8ac31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Canouil?= <8896044+mcanouil@users.noreply.github.com> Date: Wed, 12 Feb 2025 22:41:27 +0100 Subject: [PATCH 2/2] refactor: Swap labels for expected and actual behavior This makes it more consistent in the flow of filling the issue --- .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 e3e3872d071..2d735ad8362 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -96,13 +96,13 @@ body: - type: textarea attributes: - label: Expected behavior - description: Tell us what should happen. + label: Actual behavior + description: Tell us what happens instead. - type: textarea attributes: - label: Actual behavior - description: Tell us what happens instead. + label: Expected behavior + description: Tell us what should happen. - type: textarea attributes: