Skip to content

Commit 0e0e28c

Browse files
committed
issue tempalte
1 parent a8b18fe commit 0e0e28c

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: Bug report
2+
description: Report an error or unexpected behavior
3+
labels: [bug]
4+
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Welcome to the `quarto-markdown` GitHub repository!
10+
We are always happy to hear feedback from our users.
11+
12+
This is the repository for the markdown parsing libraries used by the Quarto system.
13+
14+
**Please make sure you are in the right place before filing your issue**.
15+
16+
- If you're reporting an issue with the **Visual Editor** or with the **Visual Studio Code / Positron extension**, visit https://github.com/quarto-dev/quarto
17+
- If you're reporting an issue in **RStudio**, visit https://github.com/rstudio/rstudio
18+
- If you're reporting an issue in **Positron**, visit https://github.com/posit-dev/positron
19+
- If you want to ask for a Quarto feature, use the [Feature Requests GitHub Discussions](https://github.com/quarto-dev/quarto-cli/discussions/categories/feature-requests).
20+
- If you want to ask for Quarto help, use the [Q&A GitHub Discussions](https://github.com/quarto-dev/quarto-cli/discussions/categories/q-a).
21+
22+
- type: checkboxes
23+
attributes:
24+
label: "I have:"
25+
options:
26+
- label: read and understood the above

0 commit comments

Comments
 (0)