mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-20 19:55:00 +00:00
feature: add wip
(work in progress) type (#1200)
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
9606f128e4
commit
928a0ad3c5
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ namespace SourceGit.Models
|
||||||
{
|
{
|
||||||
new ConventionalCommitType("Features", "feat", "Adding a new feature"),
|
new ConventionalCommitType("Features", "feat", "Adding a new feature"),
|
||||||
new ConventionalCommitType("Bug Fixes", "fix", "Fixing a bug"),
|
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("Reverts", "revert", "Undoing a previous commit"),
|
||||||
new ConventionalCommitType("Code Refactoring", "refactor", "Restructuring code without changing its external behavior"),
|
new ConventionalCommitType("Code Refactoring", "refactor", "Restructuring code without changing its external behavior"),
|
||||||
new ConventionalCommitType("Performance Improvements", "pref", "Improves performance"),
|
new ConventionalCommitType("Performance Improvements", "pref", "Improves performance"),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue