Skip to content

Commit

Permalink
docs: add Git conventional commit requirement (#2483)
Browse files Browse the repository at this point in the history
add [Git conventional
commit](https://www.conventionalcommits.org/en/v1.0.0/) requirement to
keep commit history clean.
  • Loading branch information
hogo6002 authored Aug 16, 2024
1 parent ccce244 commit 325bd9e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,12 @@ gcloud auth login --update-adc
make run-api-server
```

### Making commits

Please follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) specification for commit messages. This helps us to automate processes like changelog generation and ensures a clear and consistent commit history.

Some types: `feat:`, `fix:`, `docs:`, `chore:`, `refactor:`, and others.

## Contributing data

Data contributions are also welcome!
Expand Down

0 comments on commit 325bd9e

Please sign in to comment.