Lines Matching full:a
8 There are a lot of ways to contribute to LVGL even if you are new to the library or even new to pro…
11 A friendly and helpful community is waiting for you. Get to know like-minded people and make someth…
17 - Be sure to read the relevant part of the documentation before posting a question.
19 …. It makes understanding your contribution or issue easier and you will get a useful response fast…
24 …t's better to open an issue first to discuss the details instead of sending a pull request directl…
25 - Please read and follow the <a href="https://github.com/lvgl/lvgl/blob/master/docs/CODING_STYLE.md…
30 A PR is a notification like "Hey, I made some updates to your project. Here are the changes, you ca…
31 To do this you need a copy (called fork) of the original project under your account, make some chan…
34 To add your changes you can edit files online on GitHub and send a new Pull request from there (rec…
41 4. Add a commit message on the bottom of the page.
50 3. Add your changes. You can create a *feature branch* from *master* for the updates: `git checkout…
52 5. Create a PR on GitHub from the page of your `lvgl` repository (`https://github.com/<YOUR_NAME>/l…
82 `<subject>` contains a short description of the change:
96 fix(img): update size if a new source is set
122 To ensure all licensing criteria are met for every repository of the LVGL project, we apply a proce…
128 …rements of the DCO no further action is needed. If you are unsure feel free to ask us in a comment.
137 In this case you can just send a Pull Request without worrying about any licensing issues.
141 If the code you would like to add is based on an article, post or comment on a website (e.g. StackO…
143 For example in case of StackOverflow a notice like this can be used:
157 The MIT license requires a copyright notice be added to the derived work. Any derivative work based…
165 Most of these options don't even require knowing a single line of LVGL code.
169 ### Give LVGL a Star
175 …a class="github-button" href="https://github.com/lvgl/lvgl" data-icon="octicon-star" data-size="la…
178 So with this, you already helped a lot!
182 Have you already started using LVGL in a [Simulator](/get-started/platforms/pc-simulator), a develo…
184 Showing your project to others is a win-win situation because it increases your and LVGL's reputati…
186 You can post about your project on Twitter, Facebook, LinkedIn, create a YouTube video, and so on.
187 Only one thing: On social media don't forget to add a link to `https://lvgl.io` or `https://github.…
189 You can also open a new topic in the [My projects](https://forum.lvgl.io/c/my-projects/10) category…
192 It's a good place to talk about a project you created with LVGL, write a tutorial, or share some ni…
195 The blog is hosted on GitHub. If you add a post GitHub automatically turns it into a website.
208 So all you need to do is send a [Pull request](#pull-request) to the [lvgl](https://github.com/lvgl…
225 If it really seems like a bug feel free to open an [issue on GitHub](https://github.com/lvgl/lvgl/i…
232 If you found and fixed a bug don't hesitate to send a [Pull request](#pull-request) with the fix.
234 In your Pull request please also add a line to [`CHANGELOG.md`](https://github.com/lvgl/lvgl/blob/m…
239 While you were learning LVGL you might have had questions and used the Forum to get answers. As a r…
248 If you have created a cool widget, or added useful feature to LVGL feel free to open a new PR for i…
249 … features (a.k.a. plugins) in [lvgl/src/extra](https://github.com/lvgl/lvgl/tree/master/src/extra)…
252 For further ideas take a look at the [Roadmap](/ROADMAP) page. If you are interested in any of them…
256 When adding a new features the followings also needs to be updated:
262 ### Become a maintainer
264 If you want to become part of the core development team, you can become a maintainer of a repositor…
266 By becoming a maintainer:
268 - Add code directly without sending a pull request
273 You can become a maintainer by invitation, however the following conditions need to met
275 2. Send > 5 non-trivial pull requests to the repo where you would like to be a maintainer
278 If you are interested, just send a message (e.g. from the Forum) to the current maintainers of the …
279 …eting the prerequisites is not a guarantee of acceptance, i.e. if the conditions are met you won't…
284 If you ported LVGL to a new platform we can host it under the LVGL organization among the other rep…
289 If we agree that your port fit well into the LVGL organization, we will open a repository for your …
291 To make this concept sustainable there a few rules to follow:
292 - You need to add a README to your repo.
295 - Respond to the issues (in a reasonable time)
296 - If there is no activity in a repo for 1 year it will be archived