sujang958 / commit-rules

Commit Rules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

commit-rules

Commit Rules for My Projects

Format

flag: Message

Flag

  • feat: new features
  • fix: fixing bugs
  • ref: refactoring
  • perf: improving performances
  • docs: doing something related to documents
  • typo: correcting typos
  • conf: changing configurations

Scope

The scope is optional.

Message

Its length should be less than 70. The verb must be a present tense.

About

Commit Rules