Skip to content

Commit

Permalink
Create bug report template
Browse files Browse the repository at this point in the history
Provide a default bug report template with common information requests
  • Loading branch information
qwhelan committed Dec 3, 2019
1 parent 7ac20de commit b6742ac
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG]"
labels: bug
assignees: qwhelan

---

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

**To Reproduce**
To assist in reproducing the bug, please include the following:
1. Command/code being executed
2. Python version and OS
3. `pip` version
4. Output of `pip list` or `conda list`

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

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

0 comments on commit b6742ac

Please sign in to comment.