Skip to content

Commit

Permalink
Merge pull request #516 from Crozzers/issue-template
Browse files Browse the repository at this point in the history
Add bug report issue template
  • Loading branch information
nicholasserra committed Jun 27, 2023
2 parents 902353e + 157b4b1 commit db75745
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,27 @@
---
name: Bug report
about: Report a parsing error, unexpected output and other bugs
title: ''
labels: bug
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Attach a minimal markdown snippet that causes the bug to occur. This should be placed inside a fenced code block to escape GitHub's formatting.

If your snippet contains fenced code blocks then you can escape them by adding more backticks to the enclosing block. See the [this GitHub article](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks#fenced-code-blocks) for an example.

**Expected behavior**
A clear and concise description of what you expected to happen.

**Debug info**
Version of library being used:

Any extras being used:

**Additional context**
Add any other context about the problem here.

0 comments on commit db75745

Please sign in to comment.