2014-06-24 17:24:54 +01:00
|
|
|
Contributing to libmraa {#contributing}
|
2014-05-29 14:51:38 +01:00
|
|
|
======================
|
|
|
|
|
|
2014-06-24 17:24:54 +01:00
|
|
|
libmraa is an opensource project and we are actively looking for people to help
|
2014-05-29 14:51:38 +01:00
|
|
|
with:
|
|
|
|
|
|
|
|
|
|
- Writing platform supports for all types of embedded boards running linux
|
|
|
|
|
- People to write cool samples
|
|
|
|
|
- People to extend the functionality
|
|
|
|
|
|
|
|
|
|
The recommended method to contribute is to fork on github, and then send pull
|
|
|
|
|
requests to the main project. Questions can be also be asked and issues raised
|
|
|
|
|
on github.
|
|
|
|
|
|
|
|
|
|
If you'd rather not use github you are more than welcome to send git formatted
|
|
|
|
|
patches to brendan.le.foll@intel.com.
|
|
|
|
|
|
2014-10-29 13:14:46 +00:00
|
|
|
# Basic rules
|
|
|
|
|
- Your code must build
|
|
|
|
|
- Commits must have a sign-off line by at least yourself
|
|
|
|
|
- Commits must be named <file/module>: Some decent description
|
|
|
|
|
- Try not to break master. In any commit.
|
|
|
|
|
- Try to split commits up logically, you will be asked to rebase them if they
|
|
|
|
|
are not.
|
|
|
|
|
- Try to stick to the established coding style reguardless of your personal feeling for it!
|