Skip to content

Commit

Permalink
Add issues templates
Browse files Browse the repository at this point in the history
There are 3 templates available:
- a feature request
- a bug report
- a chore improvement

And now, all created issues will be designed based on those templates.
  • Loading branch information
extsoft committed Aug 29, 2019
1 parent 426ef26 commit 52c5079
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug, finalize requirements
assignees: ''

---

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

**Steps to reproduce**
1. ...
2. ...
3. ...
4. ...

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

**My environment**
- `git --version`: ?
- `bash --version`: ?
- OS: ?
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/chore-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Chore report
about: Propose an item for improving contributing experience
title: ''
labels: chore, finalize requirements
assignees: ''

---

**I want to improve ** _please replace with your idea and its benefits_

**I propose this because ** _please replace with your motivation_

**It can be done by ** _please replace this with action items_
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this product
title: ''
labels: feature, finalize requirements
assignees: ''

---

**A problem/task I want to solve**
A clear and concise description of what the problem is. For instance, "I'm always frustrated when ...", "I often need to perform ... and would like to automate it.", etc

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

**Considered alternatives**
A clear and concise description of any alternative solutions or features you've considered. Please remove if this section is not relevant.

**Additional context**
Add any other context about the feature request here. Please remove if you have nothing.

0 comments on commit 52c5079

Please sign in to comment.