Skip to content
Merged
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
16 changes: 8 additions & 8 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,22 @@ body:
- type: markdown
attributes:
value: |
Welcome to the quarto GitHub repository!
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 VS Code 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).
- 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).

Quarto is under active development!
If convenient, we'd appreciate if you could check that the issue persists on the [latest pre-release](https://github.com/quarto-dev/quarto-cli/releases).

Finally, so that we can get the most out of your bug report, consider reading our ["Bug Reports" guide](https://quarto.org/bug-reports.html).

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).
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).

Thank you for using Quarto!

---
Expand Down Expand Up @@ -96,13 +96,13 @@ body:

- type: textarea
attributes:
label: Expected behavior
description: Tell us what should happen.
label: Actual behavior
description: Tell us what happens instead.

- type: textarea
attributes:
label: Actual behavior
description: Tell us what happens instead.
label: Expected behavior
description: Tell us what should happen.

- type: textarea
attributes:
Expand Down
Loading