Thank you for your interest in contributing to envio!
Any form of contribution is accepted, be it bug fixes, implementing a new feature or even just fixing a small typo
pull requests for bug fixes and features will only be accepted if the approach has been discussed in an issue and a community member has been given the go-ahead to work on it
Please avoid opening pull requests for any issue marked maintainers. These issues require additional context from the maintainers/code owners and any external pull requests will not be accepted
See how to build the project from source here
- Create a new branch:
git checkout -b my-branch-name - Make your change
- Run
cargo fmtto format the source code - Submit a pull request
Ensure commit messages are descriptive and follow the conventional commit message format
Contributions to this project are released to the public under the project's open source licenses, the MIT License and the Apache License 2.0