Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
phklive committed Jun 13, 2024
1 parent 16c2d33 commit f6882d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ We are using [Github Flow](https://docs.github.com/en/get-started/quickstart/git
### Commit messages

- Commit messages should be written in a short, descriptive manner and be prefixed with tags for the change type and scope (if possible) according to the [semantic commit](https://gist.github.com/joshbuchea/6f47e86d2510bce28f8e7f42ae84c716) scheme.
For example, a new change to the `miden-node-store` crate might have the following message: `feat(miden-node-store): fix block-headers database schema`
For example, a new change to the `miden-objects` crate might have the following message: `feat(miden-objects): Added Account deserialization`

- Also squash commits to logically separated, distinguishable stages to keep git log clean:

Expand Down

0 comments on commit f6882d1

Please sign in to comment.