Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 523 Bytes

File metadata and controls

19 lines (14 loc) · 523 Bytes

Contributing to Blocktree

Thank you for contributing to Blocktree! Please follow these steps:

  1. Fork the repository.
  2. Create a feature branch: git checkout -b feature/your-feature.
  3. Commit changes: git commit -m "Add your feature".
  4. Push to the branch: git push origin feature/your-feature.
  5. Open a pull request.

Code Style

  • Run cargo fmt for formatting.
  • Run cargo clippy to catch warnings.

Testing

  • Add tests in src/tests/.
  • Ensure cargo test passes.

Contact: contact@blocktree.com