mirror of
https://github.com/lvgl/lvgl.git
synced 2025-02-04 07:13:00 +08:00
13 lines
1020 B
Markdown
13 lines
1020 B
Markdown
Help us review this PR! Anyone can [approve it or request changes](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews).
|
|
|
|
### Description of the feature or fix
|
|
|
|
A clear and concise description of what the bug or new feature is.
|
|
|
|
### Checkpoints
|
|
- Update the [Documentation](https://github.com/lvgl/lvgl/tree/master/docs) if needed.
|
|
- Add [Examples](https://github.com/lvgl/lvgl/tree/master/examples) if relevant.
|
|
- Add [Tests](https://github.com/lvgl/lvgl/blob/master/tests/README.md) if applicable.
|
|
- If you added new options to `lv_conf_template.h` run [lv_conf_internal_gen.py](https://github.com/lvgl/lvgl/blob/master/scripts/lv_conf_internal_gen.py) and update [Kconfig](https://github.com/lvgl/lvgl/blob/master/Kconfig).
|
|
- Run `scripts/code-format.py` ([astyle](http://astyle.sourceforge.net/install.html) needs to be installed) and follow the [Code Conventions](https://docs.lvgl.io/master/CODING_STYLE.html)
|