Skip to content

Commit cb874e6

Browse files
authored
Merge pull request #1102 from eitsupi/issue-form
Change the issue template to issue form
2 parents 4303f2c + 55dec7e commit cb874e6

File tree

2 files changed

+39
-36
lines changed

2 files changed

+39
-36
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 36 deletions
This file was deleted.
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
name: Bug report
2+
description: Report an error or unexpected behavior you saw while using this package
3+
labels: [bug]
4+
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Welcome to the quarto GitHub repo!
10+
We are always happy to hear feedback from our users.
11+
12+
To file a _bug report_, please follow these instructions carefully: <https://yihui.org/issue/#bug-reports>
13+
Also, please complete and keep the checklist below in your issue. This helps you know what to check for opening a good issue report. It also helps know that you've have done the common steps that can solve your potential issue.
14+
At last, if you have posted the same issue elsewhere, please mention it here, with a link to the other issue.
15+
- type: textarea
16+
attributes:
17+
label: Bug description
18+
description: Please describe the bug.
19+
placeholder: |
20+
You can include markdown code blocks which includes code blocks like this:
21+
22+
````md
23+
```py
24+
print("Hello Quarto!")
25+
```
26+
````
27+
28+
- type: checkboxes
29+
attributes:
30+
label: Checklist
31+
description: |
32+
When filing a _bug report_, please check the boxes below to confirm that you have provided us with the information we need. Have you:
33+
options:
34+
- label: "[formatted your issue](https://yihui.org/issue/#please-format-your-issue-correctly) so it is easier for us to read?"
35+
- label: included a minimal, self-contained, and reproducible example?
36+
- label: documented the quarto version you're running, by providing the output produced by `quarto check` in a terminal in your issue?
37+
- label: documented the RStudio IDE version you're running (if applicable), by providing the value displayed in the "About RStudio" main menu dialog?
38+
- label: documented which operating system you're running? If on Linux, please provide the specific distribution as well.
39+
- label: upgraded to the latest version, including your versions of R, the RStudio IDE, and relevant R packages?

0 commit comments

Comments
 (0)