Lines Matching refs:new
11 There are a lot of ways to contribute to LVGL even if you are new to the
12 library or even new to programming.
32 …es are discussed in `Feature planning <https://github.com/lvgl/lvgl/issues/new?assignees=&labels=&…
49 Merging new code into the lvgl, documentation, blog, examples, and other
58 To add your changes you can edit files online on GitHub and send a new
82 …e a *feature branch* from *master* for the updates: ``git checkout -b <the-new-feature-branch-name…
87 and new features go to ``master`` branch.
89 8. If you need to make more changes, just update your forked ``lvgl`` repo with new commits.
113 - ``feat`` new feature
116 - ``example`` anything related to examples (even fixes and new examples)
117 - ``docs`` anything related to the documentation (even fixes, formatting, and new pages)
118 - ``test`` anything related to tests (new and updated tests or CI actions)
142 - fix(img): update size if a new source is set