Skip to content

Commit

Permalink
add github issue templates for bug report and feature request, to fac…
Browse files Browse the repository at this point in the history
…ilitate project management
  • Loading branch information
jlbit committed Apr 26, 2022
1 parent 1c7ea07 commit 039404e
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
name: Bug report
about: Create a bug report to help us improve
title: "[BUG]"
labels: bug
assignees: ''

---

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

**Business Impact and Suggested Priority**
*A clear description of the real business impact and why it is [high/mid/low] priority*

**Reproduce Steps**
*Steps to reproduce the behavior:*

1. Go to '...'
2. Run '...'
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.*

**Version**
*Which version are you running? e.g. v6.0.0, v7.0.2*

**Additional context**
*Add any other context about the problem here.*
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[Feature Request]"
labels: enhancement
assignees: ''

---

**Is your feature request related to a problem?**
*A clear and concise description of what the problem is. Ex. It's inconvenient when [...]; it's impossible to achieve [...]*

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

**Describe alternative solutions you've considered (if you have one)**
*A clear and concise description of any alternative solutions or features you've considered.*

**Business Impact and Suggested Priority**
*A clear description of the real business impact and why it is [high/mid/low] priority*

**Additional context**
*Add any other context or screenshots about the feature request here.*

0 comments on commit 039404e

Please sign in to comment.