Skip to content

Commit

Permalink
.github: Add ISSUE_TEMPLATE/bug_report.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tsenart committed May 23, 2018
1 parent 9203992 commit 4e951f2
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
name: 🐛 Bug Report
about: Report a bug to help Vegeta improve.
---

<!-- ⚠️ If you do not respect this template your bug report issue will be closed. -->

### Version and Runtime

```
Paste the output of `vegeta -version` here.
If you are not running the latest version of Vegeta, please try upgrading because your issue may have already been fixed.
```

#### Expected Behaviour

<!-- What did you expect to see? -->

#### Actual Behaviour

<!-- What did you see instead? -->

#### Steps to Reproduce

<!-- Please list the full steps required to reproduce the bug -->

1. Step 1
1. Step N

### Additional Context

<!--
Are there any other related GitHub issues (open or closed) or Pull Requests that should be linked here?
Is there anything atypical to be known about your situation?
Anything else?
-->

0 comments on commit 4e951f2

Please sign in to comment.