Skip to content

git 提交 message 一览:

json
{
  "options": [
    {
      "value": "feat",
      "label": "feat",
      "hint": "A new  feature"
    },
    {
      "value": "feat",
      "label": "feat",
      "hint": "A new  feature"
    },
    {
      "value": "fix",
      "label": "fix",
      "hint": "A bug fix"
    },
    {
      "value": "docs",
      "label": "docs",
      "hint": "Documentation only changes"
    },
    {
      "value": "refactor",
      "label": "refactor",
      "hint": "A code change that neither fixes a bug nor adds a feature"
    },
    {
      "value": "perf",
      "label": "perf",
      "hint": "A code change that imporves performance"
    },
    {
      "value": "test",
      "label": "test",
      "hint": "Adding missing tests or correcting exising tests"
    },
    {
      "value": "build",
      "label": "build",
      "hint": "Changes that affect the build system or extrernal dependencies"
    },
    {
      "value": "ci",
      "label": "ci",
      "hint": "Changes to our CI configuration files and scripts"
    }
    {
      "value": "chore",
      "label": "chore",
      "hint": "Other changes that do not modify src or test files"
    }
  ]
}
2025( )
今日 8.33%
本周 42.86%
本月 48.39%
本年 4.11%
Powered by Snowinlu | Copyright © 2024- | MIT License