Skip to content

Commit b968688

Browse files
committed
feat: update discussion templates wit links to other repositories
1 parent 26fa297 commit b968688

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

.github/DISCUSSION_TEMPLATE/feature-requests.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,20 @@ body:
44
- type: markdown
55
attributes:
66
value: |
7+
Welcome to the Quarto CLI GitHub repository!
8+
We are always happy to hear feedback from our users.
9+
10+
This is the repository for the command-line program `quarto`:
11+
12+
- If you're reporting an issue with the **Visual Studio Code** extension, please visit https://github.com/quarto-dev/quarto
13+
- If you're reporting an issue inside **RStudio**, please visit https://github.com/rstudio/rstudio
14+
- If you're reporting an issue inside **Positron**, please visit https://github.com/posit-dev/positron
15+
- 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).
16+
717
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.
818
If it has, please consider adding a comment to the existing discussion instead of creating a new one.
919
10-
After checking, if you are not sure if your feature request has already been discussed, please create a new discussion.
20+
After checking, if you are not sure if your feature request has already been discussed, please proceed creating a new discussion.
1121
We look forward to hearing from you.
1222
1323
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.

.github/DISCUSSION_TEMPLATE/q-a.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,20 @@ body:
33
- type: markdown
44
attributes:
55
value: |
6-
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.
6+
Welcome to the Quarto CLI GitHub repository!
7+
We are always happy to hear feedback from our users.
8+
9+
This is the repository for the command-line program `quarto`:
10+
11+
- If you're reporting an issue with the **Visual Studio Code** extension, please visit https://github.com/quarto-dev/quarto
12+
- If you're reporting an issue inside **RStudio**, please visit https://github.com/rstudio/rstudio
13+
- If you're reporting an issue inside **Positron**, please visit https://github.com/posit-dev/positron
14+
- 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).
15+
16+
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.
717
If it has, please consider adding a comment to the existing discussion instead of creating a new one.
818
9-
After checking, if you are not sure if your question has already been asked, please create a new discussion.
19+
After checking, if you are not sure if your question has already been asked, please proceed creating a new discussion.
1020
We look forward to hearing from you.
1121
1222
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)).

0 commit comments

Comments
 (0)