Skip to content

Commit 1b86eb2

Browse files
authored
Merge pull request #12768 from mcanouil/feat/add-links-repo
feat(discussion): Update discussion templates with links to related repositories
2 parents dbaa710 + eb92c77 commit 1b86eb2

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

.github/DISCUSSION_TEMPLATE/feature-requests.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ 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 Editor** or with the **Visual Studio Code / Positron 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

.github/DISCUSSION_TEMPLATE/q-a.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,17 @@ 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 Editor** or with the **Visual Studio Code / Positron 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
919
After checking, if you are not sure if your question has already been asked, please create a new discussion.

0 commit comments

Comments
 (0)