feat(types): add "enhancement" as alias for "feature" type
Support --type enhancement as an alias for --type feature when creating issues. The normalization happens before validation to ensure consistency across all code paths. Closes gt-hzanoe Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
committed by
Steve Yegge
parent
99d6592207
commit
9ecdc00664
@@ -66,7 +66,7 @@ Example:
|
||||
Title: title,
|
||||
Status: types.StatusOpen,
|
||||
Priority: priority,
|
||||
IssueType: types.IssueType(issueType),
|
||||
IssueType: types.IssueType(issueType).Normalize(),
|
||||
}
|
||||
|
||||
ctx := rootCtx
|
||||
|
||||
Reference in New Issue
Block a user