Changes between Version 1 and Version 2 of Guides/Contributing


Ignore:
Timestamp:
Mar 29, 2012, 8:22:38 AM (12 years ago)
Author:
Micke Prag
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Guides/Contributing

    v1 v2  
    4343
    4444When you have changed some files and commited them you can push them back to Gitorious/GitHub. When you are ready to contribute back to Telldus, use the "Pull request feature" and we will be alerted of your changes.
     45
     46=== Changes to the code ===
     47
     48In order for us to accept the changes to the mainline branch there are some rules that must be followed.
     49
     50 * Binary compability must be kept. This means you cannot change anyting in already public functions. The public functions are the ones in [doxygen:telldus-core_8h_source.html telldus-core.h].
     51 * The code must compile and run on Windows, Mac OS X and Linux.
     52 * New dependencies on external libraries cannot be added. The code must be easily ported to embedded platforms.