From 3268f466155fa79e68ef3a20fc98e923cc35a733 Mon Sep 17 00:00:00 2001 From: Kate Osborn Date: Fri, 9 Jun 2023 15:59:30 -0600 Subject: [PATCH] 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. --- ISSUE_LIFECYCLE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ISSUE_LIFECYCLE.md b/ISSUE_LIFECYCLE.md index e205210c8..0be3af4c1 100644 --- a/ISSUE_LIFECYCLE.md +++ b/ISSUE_LIFECYCLE.md @@ -20,9 +20,9 @@ lifecycle.) `bug`: The implementation of a feature is not correct. - `enhancement`: An enhancement, tackling technical debt, documentation changes, or improving existing features. In cases - where the enhancement requires an [Enhancement Proposal](/docs/proposals/README.md), the additional - label `enhancement-proposal` will be added. + `enhancement`: An enhancement, tackling technical debt, documentation changes, or improving existing features. + + `enhancement-proposal`: Enhancements that require an [Enhancement Proposal](/docs/proposals/README.md). `question`: The owner converts the issue to a github discussion and engages the creator.