HowToGetInvolved: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
(Added link to DeveloperCalls in Calendar bullet)
(Corrected Link to Chat)
Line 1: Line 1:
* Chat with us on our [https://chat.gnuradio.org Matrix Server] (or using our [[IRC|IRC Bridge]])
* Chat with us on our [https://chat.gnuradio.org Matrix Server] (or using our [[Chat|IRC Bridge]])
* Participate on the [[MailingLists|mailing list]]
* Participate on the [[MailingLists|mailing list]]
* Read this wiki and contribute back. Some pages that need constant attention are the [[FAQ]] and the [[Tutorials]].
* Read this wiki and contribute back. Some pages that need constant attention are the [[FAQ]] and the [[Tutorials]].

Revision as of 19:26, 6 June 2021

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