Update CONTRIBUTING.md
This commit is contained in:
committed by
GitHub
parent
75878b96e6
commit
b65b03765d
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user