anagrambuild / bonsol

solana + risc0
https://bonsol.sh
GNU Affero General Public License v3.0
61 stars 9 forks source link

feat: enable commit lint - ci improvements #65

Closed jac18281828 closed 1 month ago

jac18281828 commented 1 month ago

Enable Commit Lint for Consistent Commit Messages

Description:

To ensure that commit messages follow a consistent format and improve collaboration, we should integrate commit linting into our development workflow. This will help in maintaining a clean and understandable commit history, making it easier to navigate and work with the codebase.

Tasks:

  1. Add commitlint to the project dependencies.
  2. Configure commitlint with a suitable rule set (e.g., Conventional Commits).
  3. Document the commit message format in CONTRIBUTING.md.

Benefits:

Additional Context:

You can refer to the commitlint documentation for more details on how to configure and use it.