Contributing

From GNU Radio
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Contributing to PyBOMBS

The PyBOMBS code is hosted off github and we handle patches and features additions through this portal.

To create a patch or add new code to PyBOMBS, follow these steps:

  1. Create an account on github
  2. Fork from pybombs
  3. Clone your forked repository
  4. Make your changes
  5. Commit changes and push to your repository
  6. Open a "Pull Request" through the Github interface
  7. One of the project maintainers will evaluate your pull and either accept it, reject it, or ask for more details/changes
  8. Once merged or rejected, the pull request is closed

Github provides lots of details and help in performing most of the steps above. If you follow these steps, you should have a very smooth experience contributing to PyBOMBS.

For new recipes, please submit pull requests on github instead for the recipes repo!

Coding Standards

We have not developed any official coding standards or style guidelines for PyBOMBS, yet. Please follow the current style found in the files to keep things consistent until we establish something more official.