Skip to content

Commit f8a8450

Browse files
committed
Update issue template for v2 beta
- Beta due diligence request - Codesandbox instead of Codepen - Pruned obsolete versions from list - Better upstream Quill FAQ
1 parent 69cbda5 commit f8a8450

File tree

1 file changed

+33
-25
lines changed

1 file changed

+33
-25
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 33 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,41 @@
1-
Thanks for filing an issue!
1+
Thanks for filing an issue!
22

3-
If at all possible, please provide a Codepen to demonstrate the problem you're having with React Quill. Here's a [template] to get you started.
3+
If at all possible, please provide a Codesandbox or Codepen to demonstrate the problem you're having with React Quill. Here's a [template] to get you started.
4+
5+
⚠️ Make sure that your bug hasn't already been fixed by ReactQuill `v2.0.0-beta.2`. See the homepage for instructions on how to upgrade.
6+
7+
[template]:
8+
https://codesandbox.io/s/react-quill-template-u9c9c
9+
10+
11+
### Ticket due diligence
12+
13+
- [ ] I have verified that the issue persists under ReactQuill `v2.0.0-beta.2`
14+
- [ ] I can't use the beta version for other reasons
15+
16+
17+
### ReactQuill version
18+
19+
- [ ] master
20+
- [ ] v2.0.0-beta.2
21+
- [ ] v2.0.0-beta.1
22+
- [ ] 1.3.5
23+
- [ ] 1.3.4 or older
24+
- [ ] Other (fork)
425

5-
[template]:
6-
https://codepen.io/pen?template=xgyOXQ
726

827
### FAQ
928

29+
**Is this a bug in Quill or ReactQuill?**
30+
31+
ReactQuill is just a ~thin~ wrapper on top of the Quill editor. Often, what looks like a bug in ReactQuill, is actually a bug in the Quill editor itself. Before opening a ticket, please check the [Quill documentation], and the [issues page], and see if that answers your question first.
32+
33+
[Quill documentation]:
34+
https://quilljs.com/docs
35+
36+
[issues page]:
37+
https://github.com/quilljs/quill/issues
38+
1039
**How do I access the wrapped Quill instance?**
1140
See the [instance methods] and [API] documentation.
1241

@@ -15,24 +44,3 @@ https://github.com/zenoamaro/react-quill#methods
1544

1645
[API]:
1746
https://github.com/zenoamaro/react-quill#api-reference
18-
19-
**Is there a bug in Quill?**
20-
Please refer to the [Quill issues page].
21-
22-
[Quill issues page]:
23-
https://github.com/quilljs/quill/issues
24-
25-
#### React-Quill version
26-
- [ ] master
27-
- [ ] 0.4.1
28-
- [ ] 1.0.0-beta-1
29-
- [ ] 1.0.0-beta-2
30-
- [ ] 1.0.0-beta-3
31-
- [ ] 1.0.0-beta-4
32-
- [ ] 1.0.0-beta-5
33-
- [ ] 1.0.0-rc-1
34-
- [ ] 1.0.0-rc-2
35-
- [ ] 1.0.0-rc-3
36-
- [ ] 1.0.0
37-
- [ ] 1.1.0
38-
- [ ] Other (fork)

0 commit comments

Comments
 (0)