mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
feat: update issue template (#5140)
This commit is contained in:
parent
1563a2cce8
commit
e79cbf7e63
44
.github/ISSUE_TEMPLATE/bug-report.md
vendored
44
.github/ISSUE_TEMPLATE/bug-report.md
vendored
@ -1,44 +0,0 @@
|
|||||||
---
|
|
||||||
name: Bug report
|
|
||||||
about: Create a bug report to help us improve
|
|
||||||
title: ''
|
|
||||||
labels: ''
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
<!--
|
|
||||||
IMPORTANT
|
|
||||||
Issues that don't use this template will be ignored and closed.
|
|
||||||
-->
|
|
||||||
|
|
||||||
### Perform all steps below and tick them with [x]
|
|
||||||
- [ ] Read the [FAQ](https://docs.lvgl.io/master/intro/index.html#faq)
|
|
||||||
- [ ] Check the related part of the [Documentation](https://docs.lvgl.io/)
|
|
||||||
- [ ] Update lvgl to the latest version
|
|
||||||
- [ ] Reproduce the issue in a [Simulator](https://docs.lvgl.io/latest/en/html/get-started/pc-simulator.html)
|
|
||||||
|
|
||||||
### Describe the bug
|
|
||||||
<!--
|
|
||||||
A clear and concise description of what the bug is.
|
|
||||||
-->
|
|
||||||
|
|
||||||
### To Reproduce
|
|
||||||
<!--
|
|
||||||
Provide a small, independent code sample that can be used to reproduce the issue.
|
|
||||||
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
|
|
||||||
```
|
|
||||||
-->
|
|
||||||
|
|
||||||
### Expected behavior
|
|
||||||
<!--
|
|
||||||
A clear and concise description of what you expected to happen.
|
|
||||||
-->
|
|
||||||
|
|
||||||
### Screenshots or video
|
|
||||||
<!--
|
|
||||||
If applicable, add screenshots to help explain your problem.
|
|
||||||
-->
|
|
37
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
Normal file
37
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
---
|
||||||
|
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 realted
|
||||||
|
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: 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
|
29
.github/ISSUE_TEMPLATE/dev-discussion.md
vendored
29
.github/ISSUE_TEMPLATE/dev-discussion.md
vendored
@ -1,29 +0,0 @@
|
|||||||
---
|
|
||||||
name: Development discussion
|
|
||||||
about: Discussion strictly related to the development of the LVGL.
|
|
||||||
title: ''
|
|
||||||
labels: ''
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
<!--
|
|
||||||
IMPORTANT
|
|
||||||
Issues that don't use this template will be ignored and closed.
|
|
||||||
|
|
||||||
Normal Feature requests should go to the Forum: https://forum.lvgl.io/c/feature-request/9
|
|
||||||
-->
|
|
||||||
|
|
||||||
### Introduce the problem
|
|
||||||
<!--
|
|
||||||
A clear and concise description of the problem.
|
|
||||||
-->
|
|
||||||
|
|
||||||
### Examples and cases
|
|
||||||
<!--
|
|
||||||
Mention some examples and cases where the problem or the missing feature is relevant
|
|
||||||
-->
|
|
||||||
|
|
||||||
### Suggested solution
|
|
||||||
<!--
|
|
||||||
If you already have an idea about the solution share it here
|
|
||||||
-->
|
|
18
.github/ISSUE_TEMPLATE/dev-discussion.yml
vendored
Normal file
18
.github/ISSUE_TEMPLATE/dev-discussion.yml
vendored
Normal file
@ -0,0 +1,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
|
Loading…
x
Reference in New Issue
Block a user