summaryrefslogtreecommitdiffstats
path: root/packages/markdown/marked/.github/ISSUE_TEMPLATE.md
diff options
context:
space:
mode:
authorRomulus Tsai 蔡仲明 <urakagi@gmail.com>2020-05-08 10:13:11 +0800
committerRomulus Tsai 蔡仲明 <urakagi@gmail.com>2020-05-08 10:13:11 +0800
commitc3458855bdb52c976ee6689ad5a0d4e92e96f2e3 (patch)
treed9dbbcc3087b5bfc520710b5f5624a3f4e2b78e6 /packages/markdown/marked/.github/ISSUE_TEMPLATE.md
parent444848876759173ad80203129250d2f0311f30fc (diff)
parentcfcc73724fcd394150d1b815d0a7a4c466e216b5 (diff)
downloadwekan-c3458855bdb52c976ee6689ad5a0d4e92e96f2e3.tar.gz
wekan-c3458855bdb52c976ee6689ad5a0d4e92e96f2e3.tar.bz2
wekan-c3458855bdb52c976ee6689ad5a0d4e92e96f2e3.zip
Merge branch 'master' into lib-change
Diffstat (limited to 'packages/markdown/marked/.github/ISSUE_TEMPLATE.md')
-rw-r--r--packages/markdown/marked/.github/ISSUE_TEMPLATE.md42
1 files changed, 0 insertions, 42 deletions
diff --git a/packages/markdown/marked/.github/ISSUE_TEMPLATE.md b/packages/markdown/marked/.github/ISSUE_TEMPLATE.md
deleted file mode 100644
index 9df84eaf..00000000
--- a/packages/markdown/marked/.github/ISSUE_TEMPLATE.md
+++ /dev/null
@@ -1,42 +0,0 @@
-**Marked version:**
-
-**Markdown flavor:** Markdown.pl|CommonMark|GitHub Flavored Markdown|n/a
-
-<!-- The NPM version or commit hash having the issue -->
-
-<!--
-
- If submitting something other than a defect with Marked itself, please use the following:
-
-**Proposal type:** new feature | project operations | other
-
-## What pain point are you perceiving?
-
-## What solution are you suggesting?
-
--->
-
-## Expectation
-
-**CommonMark Demo:** [demo](https://spec.commonmark.org/dingus/)
-<!-- You can replace the link above with a permalink from: https://spec.commonmark.org/dingus/ -->
-
-<!-- Describe the output you are expecting from marked -->
-
-## Result
-
-**Marked Demo:** [demo](https://marked.js.org/demo/)
-<!-- You can replace the link above with a permalink from: https://marked.js.org/demo/ -->
-
-<!-- Describe the output you received from marked -->
-
-## What was attempted
-
-<!-- Describe what code combination got you there -->
-
-<!--
- If error is thrown add the following:
-
-## Call stack & console log
-
--->