Fork of Tangara with customizations
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
tangara-fw/lib/lvgl/.github/ISSUE_TEMPLATE/dev-discussion.yml

18 lines
544 B

---
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