1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00
lvgl/.github/ISSUE_TEMPLATE/dev-discussion.yml
2024-01-02 08:07:09 +01:00

19 lines
544 B
YAML

---
name: Development discussion
description: Share your ideas related to development of LVGL
body:
- type: textarea
id: what-happened
attributes:
label: Introduce the problem
placeholder: A clear and concise description of the problem. Also mention some examples and use cases if possible.
validations:
required: true
- type: textarea
id: solution
attributes:
label: Proposal
placeholder: If you already have an idea about the solution share it here
validations:
required: false