summaryrefslogtreecommitdiff
path: root/src/libs/lvgl/.github/ISSUE_TEMPLATE/bug-report.md
blob: 9d9f05d8b5bb5d70d10c0b4663dea6f8e930dec1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
name: Bug report
about: Create a bug report to help us improve
title: ''
labels: ''
assignees: ''

---

<!--
IMPORTANT
Issues that don't use this template will be ignored and closed.
-->

### Perform all steps below and tick them with [x]
- [ ] Check the related part of the [Documentation](https://docs.lvgl.io/)
- [ ] Update lvgl to the latest version
- [ ] Reproduce the issue in a [Simulator](https://docs.lvgl.io/latest/en/html/get-started/pc-simulator.html)

### Describe the bug
<!--
A clear and concise description of what the bug is.
-->

### To Reproduce
<!--
Provide a small, independent code sample that can be used to reproduce the issue.
Ideally this should work in the PC simulator unless the problem is specific to a platform.
Format the code like this:
```c
your code here
```
-->

### Expected behavior
<!--
A clear and concise description of what you expected to happen.
-->

### Screenshots or video
<!--
If applicable, add screenshots to help explain your problem.
-->