Skip to content

Commit

Permalink
Update issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
makenowjust committed Aug 23, 2019
1 parent 739eee8 commit aef3061
Showing 1 changed file with 16 additions and 25 deletions.
41 changes: 16 additions & 25 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,37 +2,28 @@
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

labels: bug
assignees: MakeNowJust
---

**Describe the bug**
## Describe the bug

A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
## To Reproduce

**Code**:

**Expected behavior**
A clear and concise description of what you expected to happen.
```go
// Minimal code for reproduce the bug
```

**Screenshots**
If applicable, add screenshots to help explain your problem.
**Expected**:

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
**Actual**:

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
## Environment

**Additional context**
Add any other context about the problem here.
- OS: [e.g. Windows, macOS, Linux]
- Go: [e.g. 1.12.9]
- Version: [e.g. 1.0.0]

0 comments on commit aef3061

Please sign in to comment.