We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
wip
1 parent 9606f12 commit 928a0adCopy full SHA for 928a0ad
src/Models/ConventionalCommitType.cs
@@ -12,6 +12,7 @@ public class ConventionalCommitType
12
{
13
new ConventionalCommitType("Features", "feat", "Adding a new feature"),
14
new ConventionalCommitType("Bug Fixes", "fix", "Fixing a bug"),
15
+ new ConventionalCommitType("Work In Progress", "wip", "Still being developed and not yet complete"),
16
new ConventionalCommitType("Reverts", "revert", "Undoing a previous commit"),
17
new ConventionalCommitType("Code Refactoring", "refactor", "Restructuring code without changing its external behavior"),
18
new ConventionalCommitType("Performance Improvements", "pref", "Improves performance"),
0 commit comments