Skip to content

Commit 831a7d1

Browse files
committed
Add an issue template
1 parent 4b4036d commit 831a7d1

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/ISSUE_TEMPLATE/issue.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: Issue Report
2+
body:
3+
- type: markdown
4+
attributes:
5+
value: Thanks for reporting an issue. If you have a question or request for support, use the [forum](https://discuss.codemirror.net/), **not** the bug tracker.
6+
- type: textarea
7+
id: descriptin
8+
attributes:
9+
label: Describe the issue
10+
validations:
11+
required: true
12+
- type: input
13+
id: browser
14+
attributes:
15+
label: Browser and platform
16+
description: If there is any chance at all that this is browser or platform related, please let us know which ones you tested. If IME or a virtual keyboard was involved, please mention which.
17+
validations:
18+
required: false
19+
- type: input
20+
id: try
21+
attributes:
22+
label: Reproduction link
23+
description: When practical, it helps a lot if you provide a script that reproduces the issue in [the CodeMirror sandbox](https://codemirror.net/try/) or another online code environment.
24+
validations:
25+
required: false

0 commit comments

Comments
 (0)