Lines Matching refs:to
1 Contributing to libmraa {#contributing}
4 libmraa is an opensource project and we are actively looking for people to help
8 - People to extend the functionality, API with useful functions
11 The recommended method to contribute is to fork on github, and then send pull
12 requests to the main project. You can open issues if you find any bugs/have
15 If you'd rather not use github you are more than welcome to send git formatted
16 patches to brendan.le.foll@intel.com.
23 - Try not to break master. In any commit.
24 - Try to split commits up logically, you will be asked to rebase them if they
26 - Try to stick to the established coding style regardless of your personal
33 styling fixes as they make history difficult to read. Javascript & Java can
34 also be parsed through the clang-format, it complains but seems to do an ok
35 job. Few exceptions to coding styles:
42 Use common sense and don't be afraid to challenge something if it doesn't make sense!
48 patch, which certifies that you wrote it or otherwise have the right to pass it
54 By making a contribution to this project, I certify that:
57 have the right to submit it under the open source license
60 (b) The contribution is based upon previous work that, to the best
62 license and I have the right under that license to submit that
65 permitted to submit under a different license), as indicated
68 (c) The contribution was provided directly to me by some other
84 Where to find us