From b96868821e733d2ca1ac2a7f904202ba4cbf3edd 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:54:13 +0200 Subject: [PATCH 1/3] feat: update discussion templates wit links to other repositories --- .github/DISCUSSION_TEMPLATE/feature-requests.yml | 12 +++++++++++- .github/DISCUSSION_TEMPLATE/q-a.yml | 14 ++++++++++++-- 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/.github/DISCUSSION_TEMPLATE/feature-requests.yml b/.github/DISCUSSION_TEMPLATE/feature-requests.yml index b645e8e741..0040a097cf 100644 --- a/.github/DISCUSSION_TEMPLATE/feature-requests.yml +++ b/.github/DISCUSSION_TEMPLATE/feature-requests.yml @@ -4,10 +4,20 @@ body: - type: markdown attributes: value: | + 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 **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 help, please use the [Q&A GitHub Discussions](https://github.com/quarto-dev/quarto-cli/discussions/categories/q-a). + First, please check [Quarto Issues](https://github.com/quarto-dev/quarto-cli/issues) and [Feature Requests GitHub Discussions](https://github.com/quarto-dev/quarto-cli/discussions/categories/feature-requests) to see if your feature request has already been discussed. If it has, please consider adding a comment to the existing discussion instead of creating a new one. - After checking, if you are not sure if your feature request has already been discussed, please create a new discussion. + After checking, if you are not sure if your feature request has already been discussed, please proceed creating a new discussion. We look forward to hearing from you. If you want to ask for help, please consider using the [Q&A GitHub Discussions](https://github.com/quarto-dev/quarto-cli/discussions/categories/q-a), as it is better suited for answering your question. diff --git a/.github/DISCUSSION_TEMPLATE/q-a.yml b/.github/DISCUSSION_TEMPLATE/q-a.yml index da911624dd..0b082f9124 100644 --- a/.github/DISCUSSION_TEMPLATE/q-a.yml +++ b/.github/DISCUSSION_TEMPLATE/q-a.yml @@ -3,10 +3,20 @@ body: - type: markdown attributes: value: | - First, please check [Quarto Issues](https://github.com/quarto-dev/quarto-cli/issues) and [Q&A GitHub Discussions](https://github.com/quarto-dev/quarto-cli/discussions/categories/q-a) first to see if your question has already been asked. + 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 **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). + + First, please check [Quarto Issues](https://github.com/quarto-dev/quarto-cli/issues) and [Q&A GitHub Discussions](https://github.com/quarto-dev/quarto-cli/discussions/categories/q-a) to see if your question has already been asked. If it has, please consider adding a comment to the existing discussion instead of creating a new one. - After checking, if you are not sure if your question has already been asked, please create a new discussion. + After checking, if you are not sure if your question has already been asked, please proceed creating a new discussion. We look forward to hearing from you. Finally, try to describe the best you can what you want to achieve or what is your issue, especially by providing a complete self-contained reproducible example (consider reading our ["Bug Reports" guide](https://quarto.org/bug-reports.html)). From ec8a9b049212fbfb35bac29de6eedb7c53c1464c 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 17:01:48 +0200 Subject: [PATCH 2/3] revert: wording changes --- .github/DISCUSSION_TEMPLATE/feature-requests.yml | 2 +- .github/DISCUSSION_TEMPLATE/q-a.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/DISCUSSION_TEMPLATE/feature-requests.yml b/.github/DISCUSSION_TEMPLATE/feature-requests.yml index 0040a097cf..fc268d1526 100644 --- a/.github/DISCUSSION_TEMPLATE/feature-requests.yml +++ b/.github/DISCUSSION_TEMPLATE/feature-requests.yml @@ -17,7 +17,7 @@ body: First, please check [Quarto Issues](https://github.com/quarto-dev/quarto-cli/issues) and [Feature Requests GitHub Discussions](https://github.com/quarto-dev/quarto-cli/discussions/categories/feature-requests) to see if your feature request has already been discussed. If it has, please consider adding a comment to the existing discussion instead of creating a new one. - After checking, if you are not sure if your feature request has already been discussed, please proceed creating a new discussion. + After checking, if you are not sure if your feature request has already been discussed, please create a new discussion. We look forward to hearing from you. If you want to ask for help, please consider using the [Q&A GitHub Discussions](https://github.com/quarto-dev/quarto-cli/discussions/categories/q-a), as it is better suited for answering your question. diff --git a/.github/DISCUSSION_TEMPLATE/q-a.yml b/.github/DISCUSSION_TEMPLATE/q-a.yml index 0b082f9124..ae2c359109 100644 --- a/.github/DISCUSSION_TEMPLATE/q-a.yml +++ b/.github/DISCUSSION_TEMPLATE/q-a.yml @@ -16,7 +16,7 @@ body: First, please check [Quarto Issues](https://github.com/quarto-dev/quarto-cli/issues) and [Q&A GitHub Discussions](https://github.com/quarto-dev/quarto-cli/discussions/categories/q-a) to see if your question has already been asked. If it has, please consider adding a comment to the existing discussion instead of creating a new one. - After checking, if you are not sure if your question has already been asked, please proceed creating a new discussion. + After checking, if you are not sure if your question has already been asked, please create a new discussion. We look forward to hearing from you. Finally, try to describe the best you can what you want to achieve or what is your issue, especially by providing a complete self-contained reproducible example (consider reading our ["Bug Reports" guide](https://quarto.org/bug-reports.html)). From eb92c7787027549315ac3bddaed3c3982230eb4a 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 17:02:09 +0200 Subject: [PATCH 3/3] fix: use same wording as bug report template --- .github/DISCUSSION_TEMPLATE/feature-requests.yml | 2 +- .github/DISCUSSION_TEMPLATE/q-a.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/DISCUSSION_TEMPLATE/feature-requests.yml b/.github/DISCUSSION_TEMPLATE/feature-requests.yml index fc268d1526..6dc8b6a75b 100644 --- a/.github/DISCUSSION_TEMPLATE/feature-requests.yml +++ b/.github/DISCUSSION_TEMPLATE/feature-requests.yml @@ -9,7 +9,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** 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 help, please use the [Q&A GitHub Discussions](https://github.com/quarto-dev/quarto-cli/discussions/categories/q-a). diff --git a/.github/DISCUSSION_TEMPLATE/q-a.yml b/.github/DISCUSSION_TEMPLATE/q-a.yml index ae2c359109..2fe44763f6 100644 --- a/.github/DISCUSSION_TEMPLATE/q-a.yml +++ b/.github/DISCUSSION_TEMPLATE/q-a.yml @@ -8,7 +8,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** 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).