mirror of
https://github.com/yuin/goldmark
synced 2025-03-04 23:04:52 +00:00
Add issue template
This commit is contained in:
parent
6c55ba55a1
commit
b611cd333a
1 changed files with 10 additions and 0 deletions
10
.github/ISSUE_TEMPLATE.md
vendored
Normal file
10
.github/ISSUE_TEMPLATE.md
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
- [ ] 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/).
|
||||
|
||||
Please answer the following before submitting your issue:
|
||||
|
||||
1. What version of goldmark are you using? :
|
||||
2. What version of Go are you using? :
|
||||
3. What operating system and processor architecture are you using? :
|
||||
4. What did you do? :
|
||||
5. What did you expect to see? :
|
||||
6. What did you see instead? :
|
||||
Loading…
Reference in a new issue