diff --git a/.github/DISCUSSION_TEMPLATE/feature-requests.yml b/.github/DISCUSSION_TEMPLATE/feature-requests.yml index b645e8e741..6dc8b6a75b 100644 --- a/.github/DISCUSSION_TEMPLATE/feature-requests.yml +++ b/.github/DISCUSSION_TEMPLATE/feature-requests.yml @@ -4,6 +4,16 @@ 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 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). + 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. diff --git a/.github/DISCUSSION_TEMPLATE/q-a.yml b/.github/DISCUSSION_TEMPLATE/q-a.yml index da911624dd..2fe44763f6 100644 --- a/.github/DISCUSSION_TEMPLATE/q-a.yml +++ b/.github/DISCUSSION_TEMPLATE/q-a.yml @@ -3,7 +3,17 @@ 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 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). + + 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.