Thank you for your interest in contributing to nPrint! We welcome contributions from the BSV dev community.
- Fork the repository.
- Create a new branch:
git checkout -b feature-branch. - Make your changes and commit:
git commit -m "Add feature". - Push to the branch:
git push origin feature-branch. - Submit a pull request.
- Run
cargo fmtbefore committing. - Use
cargo clippyfor linting.
- Add tests for new features.
- Run
cargo testto verify.
- Report bugs or suggest features via GitHub Issues.
Thanks for helping make nPrint better!