Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 647 Bytes

File metadata and controls

23 lines (17 loc) · 647 Bytes

Contributing to nPrint

Thank you for your interest in contributing to nPrint! We welcome contributions from the BSV dev community.

How to Contribute

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

Code Style

  • Run cargo fmt before committing.
  • Use cargo clippy for linting.

Testing

  • Add tests for new features.
  • Run cargo test to verify.

Issues

  • Report bugs or suggest features via GitHub Issues.

Thanks for helping make nPrint better!