Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
name: Enhancement Request
about: Suggest improvement ideas of existing features.
title: "[Enhancement] <Subject-here>"
labels: enhancement, triage
assignees: ''

---

## Is your enhancement request related to a problem on existing feature? Please describe.
_A clear and concise description of what the problem is._

## Describe the solution you'd like
_A clear and concise description of what you want to happen._

## Describe alternatives you've considered
_A clear and concise description of any alternative solutions you've considered._

## Additional context
_Add any other context or screenshots about the enhancement request here._

## Ownership of Contribution
If the triage is approved,
- [ ] I wish to submit the PR myself.
- [ ] I wish to submit the PR. But if someone is willing to do it, go ahead.
- [ ] I don't know how to fix this or make these changes. I wish others to pick this up for me.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Feature Request
about: Suggest ideas and contribute in the growth of the project.
title: "[Feature] <Subject-here>"
labels: enhancement, triage
labels: feature, triage
assignees: ''

---
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/misc-request.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Misc
name: Misc. Request
about: Misc. request could be anything between feature & a bug, but doesn't sit right in one.
title: "[Misc] <Subject-here>"
labels: misc, triage
Expand Down