Skip to content

Commit

Permalink
Update bug_report.md (#160)
Browse files Browse the repository at this point in the history
* Update bug_report.md

Format guidelines as  Markdown comments

* fix: markdown linting

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
billgeo and kodiakhq[bot] authored Nov 16, 2021
1 parent 1b76ffc commit 33fdc1e
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ labels: 'bug'
assignees: ''
---

[Please remove this and other [placeholder text] before submitting.]

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

<!-- A clear and concise description of what the bug is. -->

**To Reproduce**
Steps to reproduce the behavior:
Expand All @@ -20,16 +19,19 @@ Steps to reproduce the behavior:
4. See error

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

<!-- A clear and concise description of what you expected to happen. -->

**Actual behavior**
[Describe what actually happened.]

[If applicable, add logs to help explain your problem:]
<!-- Describe what actually happened. -->

<!-- If applicable, add logs to help explain your problem: -->

```console
[Paste logs here]
<!-- Paste logs here -->
```

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

<!-- Add any other context about the problem here. -->

0 comments on commit 33fdc1e

Please sign in to comment.