summaryrefslogtreecommitdiff
path: root/lib/lvgl/.github/ISSUE_TEMPLATE/dev-discussion.yml
blob: 2c6cbb9d2994b9a6cd2c796e2d39fc62d6c6fdca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
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