Skip to content

Commit e29dbba

Browse files
authored
Create bug_report.yml
1 parent 0f75bca commit e29dbba

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: "\U0001F41E Bug report"
2+
description: Report an issue with codemirror-editor-vue3
3+
labels: [pending triage]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Thanks for taking the time to fill out this bug report!
9+
- type: textarea
10+
id: bug-description
11+
attributes:
12+
label: Describe the bug
13+
description: A clear and concise description of what the bug is.
14+
placeholder: Bug description
15+
validations:
16+
required: true
17+
- type: checkboxes
18+
id: checkboxes
19+
attributes:
20+
label: Validations
21+
description: Before submitting the issue, please make sure you do the following
22+
options:
23+
- label: Read the [docs](https://renncheung.github.io/codemirror-editor-vue3/index.html).
24+
required: true
25+
- label: Check that there isn't [already an issue](https://github.com/RennCheung/codemirror-editor-vue3/issues) that reports the same bug to avoid creating a duplicate.
26+
required: true
27+

0 commit comments

Comments
 (0)