From 6e396ff0d5910336cb6ca7294f02d9a998fe3a47 Mon Sep 17 00:00:00 2001 From: Jufeng Zhang Date: Sat, 14 May 2022 16:51:03 +0800 Subject: [PATCH] chore: update git commit specific --- .github/GIT_COMMIT_SPECIFIC.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/GIT_COMMIT_SPECIFIC.md b/.github/GIT_COMMIT_SPECIFIC.md index 503401777..8cffa86de 100644 --- a/.github/GIT_COMMIT_SPECIFIC.md +++ b/.github/GIT_COMMIT_SPECIFIC.md @@ -12,10 +12,9 @@ All lines are wrapped at 100 characters ! **Allowed ``** -- breaking --- Breaking Change, - feat --- A new feature, -- bugfix --- Bug Fix, -- doc --- Documentation, +- fix --- Bug Fix, +- docs --- Documentation, - refactor --- Some Code Change, - test --- Update Test Cases, - perf --- Improve Performace,