Home
last modified time | relevance | path

Searched +full:close +full:- +full:issue +full:- +full:message (Results 1 – 4 of 4) sorted by relevance

/lvgl-latest/.github/workflows/
Dclose_old_issues.yml1 name: 'Close stale issues and PRs'
4 - cron: '30 1 * * *'
10 runs-on: ubuntu-latest
12 - uses: actions/stale@v5
14 repo-token: ${{ secrets.LVGL_BOT_TOKEN }}
15 …stale-issue-message: 'This issue is stale because it has been open 14 days with no activity. Remov…
16 stale-pr-message: |
17 We need some feedback on this issue.
22 close-issue-message: |
23 …As there was no activity here for a while we close this issue. But don't worry, the conversation i…
[all …]
Dmain.yml7 runs-on: ubuntu-latest
9 - name: Checkout
11 - name: Automatically close issues that don't follow the issue template
12 uses: lucasbento/auto-close-issues@v1.0.2
14 github-token: ${{ secrets.GITHUB_TOKEN }}
15issue-close-message: "@${issue.user.login}: hello! :wave:\n\nThis issue is being automatically clo…
16 closed-issues-label: "not-template"
/lvgl-latest/docs/
DCONTRIBUTING.md11 A friendly and helpful community is waiting for you. Get to know like-minded people and make someth…
16 - Be kind and friendly.
17 - Be sure to read the relevant part of the documentation before posting a question.
18 - Ask questions in the [Forum](https://forum.lvgl.io/) and use [GitHub](https://github.com/lvgl/) f…
19 - Always fill out the post or issue templates in the Forum or GitHub (or at least provide equivalen…
20 - If possible send an absolute minimal but buildable code example in order to reproduce the issue. …
21 - Use [Markdown](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet) to format your p…
22 - Speak about one thing in one issue or topic. It makes your post easier to find later for someone …
23 - Give feedback and close the issue or mark the topic as solved if your question is answered.
24 - For non-trivial fixes and features, it's better to open an issue first to discuss the details ins…
[all …]
DCHANGELOG.md7 - feat(table): add user_data to table cells [`4767`](https://github.com/lvgl/lvgl/pull/4767)
8 - feat(tiny_ttf): backport Tiny TTF to lvgl 8 [`4727`](https://github.com/lvgl/lvgl/pull/4727)
9 - feat(littlefs): add lv_fs_littlefs system as a driver [`4677`](https://github.com/lvgl/lvgl/pull/…
13 - fix(obj): readjust scroll after layout when child removed [`4921`](https://github.com/lvgl/lvgl/p…
14 - fix(rt-thread): fix create lvgl thread problem [`4862`](https://github.com/lvgl/lvgl/pull/4862)
15 - fix(obj): fix arduino compile warnings [`4807`](https://github.com/lvgl/lvgl/pull/4807)
16 - fix(table):fix issue with abnormal string output of 'lv_table_set_cell_value_fmt' [`4804`](https:…
17 - fix(table) user data API functions renamed [`4769`](https://github.com/lvgl/lvgl/pull/4769)
18 - fix(ime_pinyin): keep cursor in the textarea when a candidate is pressed [`4731`](https://github.…
19 - fix(draw_needles): changed needle line draw start point from scale ce… [`4682`](https://github.co…
[all …]