From af58562c9f5b98dfdc4a8a6db3a7e278737ee2d8 Mon Sep 17 00:00:00 2001 From: janrywang Date: Tue, 25 May 2021 16:17:22 +0800 Subject: [PATCH] chore(github): update git commit specific --- .github/GIT_COMMIT_SPECIFIC.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/GIT_COMMIT_SPECIFIC.md b/.github/GIT_COMMIT_SPECIFIC.md index 6dd77e9a785..503401777c2 100644 --- a/.github/GIT_COMMIT_SPECIFIC.md +++ b/.github/GIT_COMMIT_SPECIFIC.md @@ -12,15 +12,15 @@ All lines are wrapped at 100 characters ! **Allowed ``** -- breaking 💥 Breaking Change", -- feat 🎉 A new feature", -- bugfix 🐞 Bug Fix", -- doc 📝 Documentation", -- refactor 🌹 Some Code Change", -- test 🚧 Update Test Cases", -- perf 🚀 Improve Performace", -- build 🛠️ Update Workflow Scripts", -- chore 😊 Improve Some Code" +- breaking --- Breaking Change, +- feat --- A new feature, +- bugfix --- Bug Fix, +- doc --- Documentation, +- refactor --- Some Code Change, +- test --- Update Test Cases, +- perf --- Improve Performace, +- build --- Update Workflow Scripts, +- chore --- Improve Some Code **Allowed ``** Scope could be anything specifying place of the commit change.