HowToGetInvolved: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
* Promote GNU Radio at your workplace, university etc.
* Promote GNU Radio at your workplace, university etc.
* Become a mentor for the [[GSoC|Google Summer of Code]]
* Become a mentor for the [[GSoC|Google Summer of Code]]
* Find small bugs and fix them, or help fix known bugs folks have posted to our [https://github.com/gnuradio/gnuradio/issues Github Issues page].
* Find small bugs and fix them, or help fix known bugs posted to our [https://github.com/gnuradio/gnuradio/issues Github Issues page].
* Test [https://github.com/gnuradio/gnuradio/pulls Pull Requests] people have submitted.


== Coding and debugging ==
== Coding and debugging ==

Revision as of 15:00, 11 May 2020

Coding and debugging

Of course, the majority of work comes from the people who contribute code. If you want to help here, you can contribute your own code, or help us debug the existing code, take care of bit-rot etc.

Your Own Code

Anything you write using GNU Radio might be of interest! If you've written software, libs or even tutorials, tell us about it on the mailing list, publish the code on the web (e.g. on github) and link it on CGRAN .

GNU Radio Core Code

  • Definitely read the contributor guide
  • Browse through the GitHub issues and PRs within the main git repo
  • Write QA code and provide example flowgraphs where they are missing