mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-21 13:20:30 +08:00
feature: add wip (work in progress) type (#1200)
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
@@ -12,6 +12,7 @@ namespace SourceGit.Models
|
||||
{
|
||||
new ConventionalCommitType("Features", "feat", "Adding a new feature"),
|
||||
new ConventionalCommitType("Bug Fixes", "fix", "Fixing a bug"),
|
||||
new ConventionalCommitType("Work In Progress", "wip", "Still being developed and not yet complete"),
|
||||
new ConventionalCommitType("Reverts", "revert", "Undoing a previous commit"),
|
||||
new ConventionalCommitType("Code Refactoring", "refactor", "Restructuring code without changing its external behavior"),
|
||||
new ConventionalCommitType("Performance Improvements", "pref", "Improves performance"),
|
||||
|
||||
Reference in New Issue
Block a user