Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
unchase authored May 4, 2019
1 parent 7635f14 commit 5c43a6a
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
name: Bug report
about: Create a report to help us improve
title: BUG
labels: bug
assignees: ''

---

### Describe the bug
A clear and concise description of what the bug is.
*Short summary (3-5 sentences) describing the issue.*

### Assemblies affected

*Which assemblies and versions are known to be affected?*

### Steps to reproduce

*The simplest set of steps to reproduce the issue. If possible, reference a commit that demonstrates the issue:*

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
...

### Expected result

A clear and concise description of what you expected to happen.
*What would happen if there wasn't a bug.*

### Actual result

*What is actually happening.*

### Screenshots

If applicable, add screenshots to help explain your problem.

### Additional detail

Add any other context about the problem here.
*Optional, details of the root cause if known.*

0 comments on commit 5c43a6a

Please sign in to comment.