Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Commit Messages Rule #1

Open
brighthonor opened this issue Oct 25, 2022 · 0 comments
Open

Commit Messages Rule #1

brighthonor opened this issue Oct 25, 2022 · 0 comments
Labels
proposal proposal for team-work

Comments

@brighthonor
Copy link
Collaborator

Commit messages rule에 대해서 건의합니다.

앞으로 commit 시에 Semantic Commit Messages 를 사용하는 걸 추천합니다.

References:

Format: <type>(<scope>): <subject>

<scope> is optional

Example

  • feat: (new feature for the user, not a new feature for build script)
  • fix: (bug fix for the user, not a fix to a build script)
  • docs: (changes to the documentation)
  • style: (formatting, missing semi colons, etc; no production code change)
  • refactor: (refactoring production code, eg. renaming a variable)
  • test: (adding missing tests, refactoring tests; no production code change)
  • chore: (updating grunt tasks etc; no production code change)
@brighthonor brighthonor added the proposal proposal for team-work label Oct 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
proposal proposal for team-work
Projects
None yet
Development

No branches or pull requests

1 participant