Changes between Version 4 and Version 5 of Guides/Contributing


Ignore:
Timestamp:
Jun 1, 2012, 1:23:46 PM (12 years ago)
Author:
Micke Prag
Comment:

Typo

Legend:

Unmodified
Added
Removed
Modified
  • Guides/Contributing

    v4 v5  
    4848In order for us to accept the changes to the mainline branch there are some rules that must be followed.
    4949
    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].
     50 * Binary compability must be kept. This means you cannot change anything in already public functions. The public functions are the ones in [doxygen:telldus-core_8h_source.html telldus-core.h].
    5151 * The code must compile and run on Windows, Mac OS X and Linux.
    5252 * New dependencies on external libraries cannot be added. The code must be easily ported to embedded platforms.