1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00
lvgl/.github/ISSUE_TEMPLATE/bug-report.md

45 lines
1.0 KiB
Markdown
Raw Normal View History

2019-03-22 13:57:35 -04:00
---
name: Bug report
2021-01-08 14:11:23 +01:00
about: Create a bug report to help us improve
2019-03-22 13:57:35 -04:00
title: ''
labels: ''
assignees: ''
---
<!--
2021-01-07 14:49:09 +01:00
IMPORTANT
Issues that don't use this template will be ignored and closed.
-->
2019-07-29 12:20:06 -04:00
2021-01-08 12:52:23 +01:00
### Perform all steps below and tick them with [x]
2022-01-15 19:51:21 +01:00
- [ ] Read the [FAQ](https://docs.lvgl.io/master/intro/index.html#faq)
2021-01-08 12:51:44 +01:00
- [ ] Check the related part of the [Documentation](https://docs.lvgl.io/)
2021-01-07 14:49:09 +01:00
- [ ] Update lvgl to the latest version
- [ ] Reproduce the issue in a [Simulator](https://docs.lvgl.io/latest/en/html/get-started/pc-simulator.html)
2019-03-22 13:57:35 -04:00
2021-01-08 12:52:23 +01:00
### Describe the bug
<!--
A clear and concise description of what the bug is.
2021-01-07 14:49:09 +01:00
-->
2019-03-22 13:57:35 -04:00
2021-01-08 12:52:23 +01:00
### To Reproduce
2021-01-07 14:49:09 +01:00
<!--
Provide a small, independent code sample that can be used to reproduce the issue.
2021-01-07 14:49:09 +01:00
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
```
-->
2019-03-22 13:57:35 -04:00
2021-01-08 12:52:23 +01:00
### Expected behavior
<!--
A clear and concise description of what you expected to happen.
2021-01-07 14:49:09 +01:00
-->
2019-03-22 13:57:35 -04:00
2021-01-08 12:52:23 +01:00
### Screenshots or video
2021-01-07 14:49:09 +01:00
<!--
2019-03-22 13:57:35 -04:00
If applicable, add screenshots to help explain your problem.
2021-01-07 14:49:09 +01:00
-->