Skip to content

Latest commit

 

History

History
executable file
·
30 lines (18 loc) · 1.5 KB

File metadata and controls

executable file
·
30 lines (18 loc) · 1.5 KB

Contributing

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

Building the project

See how to build the project from source here

Submitting a pull request

  1. Create a new branch: git checkout -b my-branch-name
  2. Make your change
  3. Run cargo fmt to format the source code
  4. 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

Resources