Skip to content

Commit

Permalink
Add issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
arcondello committed Aug 14, 2018
1 parent 1b0aaea commit 4f216e5
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,21 @@
---
name: Bug report
about: Create a report to help us improve

---

**Description**
A clear and concise description of the bug.

**Steps To Reproduce**
Stack Overflow provides an excellent guide on [how to create a Minimal, Complete and Verifiable example.](https://stackoverflow.com/help/mcve)

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

**Environment**
- OS: [e.g., Ubuntu 16.04.4 LTS]
- Python version: [e.g., 3.7.0]

**Additional Context**
Add any other background information about the problem.
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,19 @@
---
name: Feature request
about: Suggest an idea for this project

---

**Application**
What need does this feature fulfill? If your feature relates to a problem, please provide
a clear and concise description of that problem; e.g., I'm always frustrated when [...].
If it relates to a class of real-world problems, please provide an example.

**Proposed Solution**
A clear and concise description of what the software should do.

**Alternatives Considered**
Description of any alternative solutions or features you considered.

**Additional Context**
Add any other background information here.

0 comments on commit 4f216e5

Please sign in to comment.