Skip to content

Commit e409af3

Browse files
committed
Add enhancement Issue Template and Minor Template Fixes
1. Add new `enhancement` issue template. 2. Fix name of misc. template. 3. Change the label of feature request from `enhancement` to `feature` Signed-off-by: Bhargav Ravuri <vaguecoder0to.n@gmail.com>
1 parent d24c8a4 commit e409af3

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
name: Enhancement Request
3+
about: Suggest improvement ideas of existing features.
4+
title: "[Enhancement] <Subject-here>"
5+
labels: enhancement, triage
6+
assignees: ''
7+
8+
---
9+
10+
## Is your enhancement request related to a problem on existing feature? Please describe.
11+
_A clear and concise description of what the problem is._
12+
13+
## Describe the solution you'd like
14+
_A clear and concise description of what you want to happen._
15+
16+
## Describe alternatives you've considered
17+
_A clear and concise description of any alternative solutions you've considered._
18+
19+
## Additional context
20+
_Add any other context or screenshots about the enhancement request here._
21+
22+
## Ownership of Contribution
23+
If the triage is approved,
24+
- [ ] I wish to submit the PR myself.
25+
- [ ] I wish to submit the PR. But if someone is willing to do it, go ahead.
26+
- [ ] I don't know how to fix this or make these changes. I wish others to pick this up for me.

.github/ISSUE_TEMPLATE/feature-request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Feature Request
33
about: Suggest ideas and contribute in the growth of the project.
44
title: "[Feature] <Subject-here>"
5-
labels: enhancement, triage
5+
labels: feature, triage
66
assignees: ''
77

88
---

.github/ISSUE_TEMPLATE/misc-request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Misc
2+
name: Misc. Request
33
about: Misc. request could be anything between feature & a bug, but doesn't sit right in one.
44
title: "[Misc] <Subject-here>"
55
labels: misc, triage

0 commit comments

Comments
 (0)