You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.yml
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,8 @@ body:
11
11
12
12
This is the repository for the command-line program `quarto`:
13
13
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
16
16
- If you're reporting an issue inside **Positron**, please visit https://github.com/posit-dev/positron
17
17
- 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).
18
18
- 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:
53
53
The end.
54
54
````
55
55
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)
0 commit comments