Skip to content

Commit 928a0ad

Browse files
committed
feature: add wip (work in progress) type (#1200)
Signed-off-by: leo <[email protected]>
1 parent 9606f12 commit 928a0ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Models/ConventionalCommitType.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ public class ConventionalCommitType
1212
{
1313
new ConventionalCommitType("Features", "feat", "Adding a new feature"),
1414
new ConventionalCommitType("Bug Fixes", "fix", "Fixing a bug"),
15+
new ConventionalCommitType("Work In Progress", "wip", "Still being developed and not yet complete"),
1516
new ConventionalCommitType("Reverts", "revert", "Undoing a previous commit"),
1617
new ConventionalCommitType("Code Refactoring", "refactor", "Restructuring code without changing its external behavior"),
1718
new ConventionalCommitType("Performance Improvements", "pref", "Improves performance"),

0 commit comments

Comments
 (0)