Skip to content

Commit afcb7ff

Browse files
authored
Update issue templates
1 parent 25aa773 commit afcb7ff

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
name: General issue template
3+
about: must use this template
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
goldmark has [https://github.com/yuin/goldmark/discussions](Discussions) in github.
11+
You should post only issues here. Feature requests and questions should be posted at discussions.
12+
13+
- [ ] goldmark is fully compliant with the CommonMark. Before submitting issue, you **must** read [CommonMark spec](https://spec.commonmark.org/0.29/) and confirm your output is different from [CommonMark online demo](https://spec.commonmark.org/dingus/).
14+
- [ ] **Extensions(Autolink without `<` `>`, Table, etc) are not part of CommonMark spec.** You should confirm your output is different from other official renderers correspond with an extension.
15+
- [ ] **goldmark is not dedicated for Hugo**. If you are Hugo user and your issue was raised by your experience in Hugo, **you should consider create issue at Hugo repository at first** .
16+
17+
Please answer the following before submitting your issue:
18+
19+
1. What version of goldmark are you using? :
20+
2. What version of Go are you using? :
21+
3. What operating system and processor architecture are you using? :
22+
4. What did you do? :
23+
5. What did you expect to see? :
24+
6. What did you see instead? :
25+
7. Did you confirm your output is different from [CommonMark online demo](https://spec.commonmark.org/dingus/) or other official renderer correspond with an extension?:

0 commit comments

Comments
 (0)