Skip to content

Commit 9b4036a

Browse files
mcanouiljuliasilge
andauthored
chore: add links to Quarto CLI repository and template to guide users (#662)
* chore: add links to Quarto CLI repository * chore: add issue template * refactor: Discussion as item * fix: rm bug reproduction instructions * chore: Swap labels for expected and actual behavior * fix: apply suggestion Co-authored-by: Julia Silge <julia.silge@gmail.com> * fix: apply suggestion Co-authored-by: Julia Silge <julia.silge@gmail.com> * fix: apply suggestion Co-authored-by: Julia Silge <julia.silge@gmail.com> * fix: apply suggestion Co-authored-by: Julia Silge <julia.silge@gmail.com> --------- Co-authored-by: Julia Silge <julia.silge@gmail.com>
1 parent 57ed6fb commit 9b4036a

File tree

2 files changed

+63
-0
lines changed

2 files changed

+63
-0
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
name: Bug report
2+
description: Report an error or unexpected behavior with Visual Editor or Quarto VSCode/Positron IDEs
3+
labels: [bug]
4+
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Welcome to the Quarto GitHub repository!
10+
We are always happy to hear feedback from our users.
11+
12+
This is the repository for the Visual Editor and the Quarto extension for VSCode and Positron.
13+
14+
- If you're reporting an issue with the **VS Code extension** or the **Visual Editor**, you are in the right place! 🎉
15+
- If you're reporting an issue with **Quarto CLI**, please visit https://github.com/quarto-dev/quarto-cli
16+
- If you're reporting an issue inside **RStudio**, please visit https://github.com/rstudio/rstudio
17+
- If you're reporting an issue inside **Positron**, please visit https://github.com/posit-dev/positron
18+
- If you want to ask for help with using Quarto, please use the [Q&A GitHub Discussions](https://github.com/quarto-dev/quarto-cli/discussions/categories/q-a).
19+
20+
Thank you for using Quarto!
21+
22+
- type: textarea
23+
attributes:
24+
label: Bug description
25+
description: Description of the bug.
26+
placeholder: Please describe the bug here.
27+
28+
- type: textarea
29+
attributes:
30+
label: Steps to reproduce
31+
description: |
32+
Tell us how to reproduce this bug.
33+
34+
- type: textarea
35+
attributes:
36+
label: Actual behavior
37+
description: Tell us what happens instead.
38+
39+
- type: textarea
40+
attributes:
41+
label: Expected behavior
42+
description: Tell us what should happen.
43+
44+
- type: textarea
45+
attributes:
46+
label: Your environment
47+
description: |
48+
Please document the IDE (_e.g._ RStudio, Positron, VSCode, NVim), its version, and the operating system you're running (_e.g., MacOS Ventura 13.4, Windows 11, Linux Debian 11, _etc._).
49+
placeholder: |
50+
- IDE: RStudio 2023.03.1+446 | VSCode | Positron
51+
- OS: MacOS Ventura 13.4 | Windows | Ubuntu
52+
53+
- type: markdown
54+
attributes:
55+
value: "_Thanks for submitting this bug report!_"

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blank_issues_enabled: true
2+
contact_links:
3+
- name: Issue with Quarto CLI
4+
url: https://github.com/quarto-dev/quarto-cli
5+
about: Please report issues with the Quarto CLI here
6+
- name: Quarto Community Support
7+
url: https://github.com/quarto-dev/quarto-cli/discussions/categories/q-a
8+
about: Please ask and answer questions in our Discussion board

0 commit comments

Comments
 (0)