Update CONTRIBUTING.md

This commit is contained in:
Gabor Kiss-Vamosi
2018-07-07 08:58:49 +02:00
committed by GitHub
parent 75878b96e6
commit b65b03765d

View File

@@ -31,9 +31,10 @@ There are few **general rules**
* Be sure you are using the lates version (from `master` branch) * Be sure you are using the lates version (from `master` branch)
* Keep in mind LittlevGL should be and should remain: * Keep in mind LittlevGL should be and should remain:
- usable on small MCUs as well (think about memory footprint) - usable on small MCUs as well (think about memory footprint)
- compilable with "non-standard" tools (like Arduino) - compilable with "non-standard" tools like Arduino (no gcc specific options)
- the API cleaan and easiy to understand - C compatible (no C++ specific code and features)
- all configuration should be in `lv_conf.h`. (Instead of modifying the library) - all configuration should be in `lv_conf.h`. (Instead of modifying the library)
- the API clean and easiy to understand
## How to report a bug? ## How to report a bug?
If you found a **simple and straightforward bug** like: If you found a **simple and straightforward bug** like: