-
Notifications
You must be signed in to change notification settings - Fork 5
Developer
Kuntal Majumder edited this page Aug 20, 2018
·
4 revisions
As a developer you can help us by
- Fixing bugs
- Writing features
- Do documentation
- 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 theuncrustify.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.