👍 🎉 First off, thanks for taking the time to contribute! 👍 🎉
Working on your first Pull Request? You can learn how from this free series How to Contribute to an Open Source Project on GitHub.
If you have questions about Larq Compute Engine or just want to say Hi you can chat with us on Spectrum.
If something is not working as expected, if you run into problems with Larq Compute Engine or if you have ideas for missing features, please open a new issue.
See our build guide to get started.
We use clang-format
, black
and buildifier
to format all of our code.
-
Increment the version number in
setup.py
, and make a PR with that change. -
Wait until your PR is reviewed and merged.
-
Go to the GitHub releases, edit the release notes of the draft release, change the tag to the desired version (e.g.
v0.7.0
) and hit "Publish release". -
A GitHub action will automatically publish a release to PyPI based on the tag.