mirror of
https://github.com/yuin/goldmark
synced 2025-03-04 23:04:52 +00:00
Update ISSUE_TEMPLATE.md
This commit is contained in:
parent
ec246695c5
commit
9e55545c8d
1 changed files with 3 additions and 1 deletions
4
.github/ISSUE_TEMPLATE.md
vendored
4
.github/ISSUE_TEMPLATE.md
vendored
|
|
@ -1,4 +1,5 @@
|
|||
- [ ] 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/).
|
||||
- [ ] **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** .
|
||||
- [ ] Before you make a feature request, **you should consider implement the new feature as an extension by yourself** . To keep goldmark itself simple, most new features should be implemented as an extension.
|
||||
|
||||
Please answer the following before submitting your issue:
|
||||
|
|
@ -9,4 +10,5 @@ Please answer the following before submitting your issue:
|
|||
4. What did you do? :
|
||||
5. What did you expect to see? :
|
||||
6. What did you see instead? :
|
||||
7. (Feature request only): Why you can not implement it as an extension?:
|
||||
7. Did you confirm your output is different from [CommonMark online demo](https://spec.commonmark.org/dingus/)?:
|
||||
8. (Feature request only): Why you can not implement it as an extension?:
|
||||
|
|
|
|||
Loading…
Reference in a new issue