Thank you for contributing to Blocktree! Please follow these steps:
- Fork the repository.
- Create a feature branch:
git checkout -b feature/your-feature. - Commit changes:
git commit -m "Add your feature". - Push to the branch:
git push origin feature/your-feature. - Open a pull request.
- Run
cargo fmtfor formatting. - Run
cargo clippyto catch warnings.
- Add tests in
src/tests/. - Ensure
cargo testpasses.
Contact: contact@blocktree.com