Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 979 Bytes

File metadata and controls

28 lines (18 loc) · 979 Bytes

Contributing to this project

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

  1. Fork the repository and create a feature branch.
  2. Keep changes focused and small when possible.
  3. Add or update tests when behavior changes.
  4. 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