# Contributing
## Organization guidelines
This project follows the rust-nostr organization guidelines: https://github.com/rust-nostr/guidelines
## Additional repository guidelines
### Coding Conventions
Install https://github.com/casey/just and use `just precommit`
to format and check the code before committing.
The CI also enforces this.