diff options
| author | Jean-François Milants <jf@codingfield.com> | 2021-02-23 20:25:43 (GMT) |
|---|---|---|
| committer | Jean-François Milants <jf@codingfield.com> | 2021-02-23 20:25:43 (GMT) |
| commit | 67c545b1fbd368b99b111a1822fe8da815468e76 (patch) | |
| tree | 0bcb047f3e9d5c41c6d79b4dac6cbcdd3929136b /src/libs/lvgl/.github/ISSUE_TEMPLATE/bug-report.md | |
| parent | 324c7dab326ea23a6c8502bbb8c6e9b9d87a839f (diff) | |
| parent | b11b20b0ac5c0adfbd1397cf42c322c873a736a8 (diff) | |
Merge branch 'joaquimorg-LVGL7' into develop
Diffstat (limited to 'src/libs/lvgl/.github/ISSUE_TEMPLATE/bug-report.md')
| -rw-r--r-- | src/libs/lvgl/.github/ISSUE_TEMPLATE/bug-report.md | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/src/libs/lvgl/.github/ISSUE_TEMPLATE/bug-report.md b/src/libs/lvgl/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000..9d9f05d --- /dev/null +++ b/src/libs/lvgl/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,43 @@ +--- +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] +- [ ] 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. +--> |
