mirror of
https://github.com/lvgl/lvgl.git
synced 2026-08-17 09:42:19 +08:00
23 lines
1.5 KiB
Plaintext
23 lines
1.5 KiB
Plaintext
---
|
|
title: Ways to Contribute
|
|
description: "Mid- and large-scale issues are discussed in Feature Planning issues."
|
|
---
|
|
|
|
- **Spread the Word**: Share your LVGL experience with friends or on social media to boost its visibility.
|
|
- **Star LVGL** Give us a star on [GitHub](https://github.com/lvgl/lvgl)! It helps a lot to make LVGL more appealing for newcomers.
|
|
- **Report a Bug**: Open a [GitHub Issue](https://github.com/lvgl/lvgl/issues) if something is not working.
|
|
- **Join Our** [Forum](https://forum.lvgl.io/) : Meet fellow developers and discuss questions.
|
|
- **Tell Us Your Ideas**: If you feel something is missing from LVGL, we would love to hear about it in a [GitHub Issue](https://github.com/lvgl/lvgl/issues)
|
|
- **Develop Features**: Help to design or develop a feature. See below.
|
|
|
|
Mid- and large-scale issues are discussed in [Feature Planning](https://github.com/lvgl/lvgl/issues/new?assignees=&labels=&projects=&template=feat-planning.yml) issues.
|
|
|
|
An issue can be developed when all the questions in the issue template are answered and there are no objection from any core member.
|
|
|
|
We are using GitHub labels to show the state and attributes of the issues and Pull requests.
|
|
If you are looking for contribution opportunities you can [Filter for these labels](https://github.com/lvgl/lvgl/labels) :
|
|
|
|
- `Simple`: Good choice to get started with an LVGL contribution
|
|
- `PR needed`: We investigated the issue but it still needs to be implemented
|
|
- `Review needed`: A Pull request is opened and it needs review/testing
|