Contributing to this project
April 3, 2026 ยท View on GitHub
Contributions are welcome, especially:
- ports (small demo projects) for other hardware and compilers
- benchmarks
- hints and ideas
- an email about you and your project
How to contribute
- Fork the repository and create a feature branch.
- Keep changes focused and small when possible.
- Add or update tests when behavior changes.
- Open a pull request with a clear description of what and why.
Tests
Use github.com/stretchr/testify/assert for new assertion-style Go tests to keep the test style consistent across the repository.
License of contributions
By submitting a pull request to this repository, you agree that your contribution is provided under the project's MIT License (LICENSE.md).
First pull request?
If this is your first pull request, this free guide is useful: How to Contribute to an Open Source Project on GitHub