aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsuntong <[email protected]>2023-05-03 23:49:34 -0400
committerGitHub <[email protected]>2023-05-03 23:49:34 -0400
commitbaf9ab8d0d16f82d5c4fad8885df2fcba587d53b (patch)
treea6d6dacacd36a65e75693a1d498c787b86cc0581
parent- [#] update README.end.e.md (diff)
downloadhtml2md-baf9ab8d0d16f82d5c4fad8885df2fcba587d53b.tar.xz
html2md-baf9ab8d0d16f82d5c4fad8885df2fcba587d53b.zip
Update issue templates
-rw-r--r--.github/ISSUE_TEMPLATE/bug-report-template.md30
1 files changed, 30 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug-report-template.md b/.github/ISSUE_TEMPLATE/bug-report-template.md
new file mode 100644
index 0000000..0dd10ea
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug-report-template.md
@@ -0,0 +1,30 @@
+---
+name: Bug report template
+about: Create a report to help us improve
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+**Describe the bug**
+A clear and concise description of what the bug is.
+
+**To Reproduce**
+
+```sh
+$ echo "foo<br>bar" | html2md -i
+foo
+
+bar
+```
+
+**Expected output**
+
+```md
+foo
+bar
+```
+
+**Additional context**
+Add any other context about the problem here.