1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-02-04 07:13:00 +08:00
lvgl/.github/ISSUE_TEMPLATE/bug-report.yml
Liu Yi f4bd79c54d
feat(issue): add platform description to bug-report (#7273)
Signed-off-by: lhdjply <lhdjply@126.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-11-16 12:24:14 +08:00

46 lines
1.2 KiB
YAML

---
name: Bug Report
description: File a bug report
body:
- type: markdown
id: intro
attributes:
value: >
Be sure to read the
[FAQ](https://docs.lvgl.io/master/intro/index.html#faq), and the related
part of the [Documentation](https://docs.lvgl.io/) first.
- type: input
id: version
attributes:
label: LVGL version
description: See in `lvgl.h` or use `git describe`
placeholder: e.g. v9.0.0
validations:
required: true
- type: input
id: platform
attributes:
label: Platform
description: Tell us about the platform and environment you use
placeholder: e.g. Visual Studio simulator, or STM32F769 Discovery with Zephyr, or Eclipse with SDL on Linux
validations:
required: true
- type: textarea
id: what-happened
attributes:
label: What happened?
description: Also tell us, what did you expect to happen?
validations:
required: true
- type: textarea
id: code-snippet
attributes:
label: How to reproduce?
description: If applicable add a code snippet to reproduce the issue
placeholder: |
```c
your code here
```
validations:
required: false