Skip to content

Commit

Permalink
Update issue templates (#62)
Browse files Browse the repository at this point in the history
* Update issue templates

* Rename Custom.md to Enhancement.md
  • Loading branch information
Restioson authored May 13, 2018
1 parent a7d25f9 commit fe7ec68
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/Bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: Bug report
about: Create a report to help us fix problems and bugs

---

**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

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

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

**Platform**
Whichever platform was used to test the bug. E.g QEMU, Virtualbox, real Lenovo laptop.

**Additional context**
Add any other context about the problem here.
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/Enhancement.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: Enhancement
about: Suggest an enhancement or improvement to an already existing feature

---

**Description of enhancement**
Description of the enhancement. Include which feature is being enhanced, too.

**Why?**
How does this enhancement benefit the project? What is its usecase?
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/Feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Feature request
about: Suggest an idea for this project

---

**What feature would you like?**
What feature would you like to be implemented? Any other details go here too.

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Why?**
What does this feature provide? What usecase does it fulfill?

0 comments on commit fe7ec68

Please sign in to comment.