Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 1.14 KB

CONTRIBUTING.md

File metadata and controls

25 lines (13 loc) · 1.14 KB

Contributing to RadioGx

Thank you for taking your time to contribute to the RadioGx project.

Code of Conduct

Please review and follow the code of conduct for the RadioGx Project.

How Can I Contribute?

Discussing or Suggesting a New Feature

  • When contributing to RadioGx, please first discuss the change you wish to make via Issues.

Reporting Bugs

  • Ensure the bug was not already reported by searching on GitHub under Issues.

  • If you are unable to find an open issue addressing the problem, open a new one. Be sure to include a title and clear description, as much relevant information as possible, and a code sample or an executable test case demonstrating the expected behavior that is not occurring.

Code Contribution

  • Checkout the development branch, add your changes, ensure the package builds, then commit to the development branch.

  • Once the changes are commited, make a pull request to master branch.