diff --git a/README.md b/README.md index 5a5515a..0ddd289 100644 --- a/README.md +++ b/README.md @@ -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).