Skip to content

Developer

Kuntal Majumder edited this page Aug 20, 2018 · 4 revisions

You are a developer? Cool, we are in dire need of some

As a developer you can help us by

  1. Fixing bugs
  2. Writing features
  3. Do documentation
  4. Refactor the code

Wow that's a lot of work, but yes before doing anything create an issue regarding that, we don't want anyone's hard work go in vain.

  • Download the source code and make sure that you are able to build the source code successfully, for knowing how to build follow this.
  • Fork the repository and branch with an appropriate branch name.
  • Make the required changes and commit it to the branch, remember commits should be atomic and should be with a proper commit message which clearly explains what it does.
  • Format the code with the help of uncrustify and the uncrustify.cfg which comes with the project and make sure you have documented the part(s) if necessary.
  • Create a Pull Request with the template filled accordingly.
Clone this wiki locally