diff options
| author | suntong <[email protected]> | 2023-05-03 23:49:34 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-03 23:49:34 -0400 |
| commit | baf9ab8d0d16f82d5c4fad8885df2fcba587d53b (patch) | |
| tree | a6d6dacacd36a65e75693a1d498c787b86cc0581 | |
| parent | - [#] update README.end.e.md (diff) | |
| download | html2md-baf9ab8d0d16f82d5c4fad8885df2fcba587d53b.tar.xz html2md-baf9ab8d0d16f82d5c4fad8885df2fcba587d53b.zip | |
Update issue templates
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug-report-template.md | 30 |
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. |