# Contributing
Any contribution is greatly appreciated.
To get an overview of the project, read the README and take a look at the source files.
If you have any questions, please do not hesitate to contact me. You can find my contact information in the README and on my website.
## Security
If you would like to report a security vulnerability, please take a look at [SECURITY.md](SECURITY.md)
## Code of Conduct
Read our [Code of Conduct](CODE_OF_CONDUCT.md) to keep our community approachable and respectable.
## PRs and code contributions
- Run `cargo fmt` before every commit (Formatting)
- Run `cargo clippy -- -D warnings` and resolve any warnings before every commit (Linting)
- Run `cargo test`and make sure the tests pass before every commit (Testing)