From baf9ab8d0d16f82d5c4fad8885df2fcba587d53b Mon Sep 17 00:00:00 2001 From: suntong Date: Wed, 3 May 2023 23:49:34 -0400 Subject: Update issue templates --- .github/ISSUE_TEMPLATE/bug-report-template.md | 30 +++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report-template.md 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
bar" | html2md -i +foo + +bar +``` + +**Expected output** + +```md +foo +bar +``` + +**Additional context** +Add any other context about the problem here. -- cgit v1.2.3