5.1. Contributing to PyRPL
Contributions to the PyRPL are welcome. To submit your changes for inclusion, please follow this procedure:
- Fork this repository to your own github account using the fork button in the upper right corner on www.github.com/lneuhaus/pyrpl.
- Clone (download) the fork to a local computer using git clone.
- Modify anything you find useful, from the Python source code to the FPGA design. If you modify the FPGA, make sure to include the bitfile (see Building the FPGA firmware).
- Modify the documentation in the docs-subfolder if necessary.
- Use git add–>git commit–>git push to add changes to your fork.
- Then submit a pull request by clicking the pull request button on your github repo.
Check the guide to git for more information.