1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00
lvgl/.github/pull_request_template.md

13 lines
1020 B
Markdown
Raw Normal View History

2024-01-02 08:10:46 +01:00
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).
2020-12-24 11:12:53 -05:00
### Description of the feature or fix
2020-12-20 13:31:44 +01:00
2020-12-24 11:12:53 -05:00
A clear and concise description of what the bug or new feature is.
2020-12-20 13:31:44 +01:00
2020-12-24 11:12:53 -05:00
### Checkpoints
2024-01-02 08:10:46 +01:00
- 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)