Skip to content

Commit

Permalink
docs: describe conventional commits (#2036)
Browse files Browse the repository at this point in the history
Motivation:
#2035 (comment)
  • Loading branch information
rootulp authored Jul 5, 2023
1 parent 71e5006 commit 65046dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ See <https://docs.celestia.org/category/celestia-app> for more information

## Contributing

This repo attempts to conform to [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) so PR titles should ideally start with `fix:`, `feat:`, `build:`, `chore:`, `ci:`, `docs:`, `style:`, `refactor:`, `perf:`, or `test:` because this helps with semantic versioning and changelog generation. It is especially important to include an `!` (e.g. `feat!:`) if the PR includes a breaking change.

### Tools

1. Install [golangci-lint](https://golangci-lint.run/usage/install/)
Expand Down

0 comments on commit 65046dd

Please sign in to comment.