Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #13

Merged
merged 1 commit into from
Aug 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 3 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1358,25 +1358,9 @@ security.

# Contribute

Feel free to fork it, change and use it in any way that you want. If you build something interesting and feel like
sharing pull requests are always appreciated.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this project by you, as
defined in the Apache License, shall be dual-licensed as above, without any additional terms or conditions.
Feel free to fork it, change and use it in any way that you want.
If you build something interesting and feel like sharing pull requests are always appreciated.

## How to contribute

1. Fork the repo
2. Make the changes in your fork
3. Add tests for your changes, if applicable
4. `cargo build --workspace --all-targets --all-features` and fix any issues
5. `cargo fmt --all`, you can configure your IDE to do this on
save [RustRover](https://www.jetbrains.com/help/rust/rustfmt.html)
and [VSCode](https://code.visualstudio.com/docs/languages/rust#_formatting)
6. `cargo check --workspace --all-targets` and fix any errors and warnings
7. `cargo clippy --all-targets` and fix any errors
8. `cargo test --all-targets --all-features` and fix any issues
9. Create a PR
10. Monitor the checks (GitHub actions run)
11. Respond to any comments
12. In the end ideally it will be merged to `main`
Please see [CONTRIBUTING.md](CONTRIBUTING.md).
Loading