Skip to content

Commit 7bd265c

Browse files
authored
Add enhancement proposal to list of possible issue types (#738)
Problem: In the issue lifecycle document, it does not specify enhancement proposals as an issue type. It lumps enhancement proposals under enhancements. Solution: Specify that enhancement proposals are their own issue type.
1 parent 609beef commit 7bd265c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ISSUE_LIFECYCLE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ lifecycle.)
2020

2121
`bug`: The implementation of a feature is not correct.
2222

23-
`enhancement`: An enhancement, tackling technical debt, documentation changes, or improving existing features. In cases
24-
where the enhancement requires an [Enhancement Proposal](/docs/proposals/README.md), the additional
25-
label `enhancement-proposal` will be added.
23+
`enhancement`: An enhancement, tackling technical debt, documentation changes, or improving existing features.
24+
25+
`enhancement-proposal`: Enhancements that require an [Enhancement Proposal](/docs/proposals/README.md).
2626

2727
`question`: The owner converts the issue to a github discussion and engages the creator.
2828

0 commit comments

Comments
 (0)