Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/DISCUSSION_TEMPLATE/feature-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
12 changes: 11 additions & 1 deletion .github/DISCUSSION_TEMPLATE/q-a.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading