Skip to content

Commit 3e8f1e6

Browse files
authored
Merge pull request #12767 from mcanouil/fix/issue-template
fix(bug_report.yml): explicitly ask for latest stable Quarto version
2 parents 8fb050e + 11a504b commit 3e8f1e6

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ body:
1111
1212
This is the repository for the command-line program `quarto`:
1313
14-
- If you're reporting an issue with the VS Code extension, please visit https://github.com/quarto-dev/quarto
15-
- If you're reporting an issue inside RStudio, please visit https://github.com/rstudio/rstudio
14+
- 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
15+
- If you're reporting an issue inside **RStudio**, please visit https://github.com/rstudio/rstudio
1616
- If you're reporting an issue inside **Positron**, please visit https://github.com/posit-dev/positron
1717
- 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).
1818
- 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).
@@ -53,6 +53,14 @@ body:
5353
The end.
5454
````
5555
56+
- type: checkboxes
57+
attributes:
58+
label: "I have:"
59+
options:
60+
- label: searched the issue tracker for similar issues
61+
- label: installed the latest version of [Quarto CLI](https://github.com/quarto-dev/quarto-cli/releases/latest)
62+
- label: formatted my issue following the [Bug Reports guide](https://quarto.org/bug-reports.html)
63+
5664
- type: textarea
5765
attributes:
5866
label: Bug description

0 commit comments

Comments
 (0)