Changes between Version 4 and Version 5 of Guides/Contributing
- Timestamp:
- Jun 1, 2012, 1:23:46 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Guides/Contributing
v4 v5 48 48 In order for us to accept the changes to the mainline branch there are some rules that must be followed. 49 49 50 * Binary compability must be kept. This means you cannot change anyt ing 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]. 51 51 * The code must compile and run on Windows, Mac OS X and Linux. 52 52 * New dependencies on external libraries cannot be added. The code must be easily ported to embedded platforms.