This commit is contained in:
fvanroie 2021-02-11 02:56:44 +01:00
commit 2305212351

44
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -0,0 +1,44 @@
---
name: Bug report
about: Create a bug report to help us improve
title: ''
labels: 'bug'
assignees: ''
---
<!--
IMPORTANT
Issues that don't use this template will be ignored and closed.
If you are not sure if your issue is a bug, please open a [github discussion](https://github.com/fvanroie/hasp-lvgl/discussions) first
or join the [#hasp-lvgl channel](https://discord.gg/VCWyuhF) on Discord.
-->
### Perform all steps below and tick them with [x]
- [ ] Check the related part of the [Documentation](https://fvanroie.github.io/hasp-docs/)
- [ ] Update hasp-lvgl to the latest version
- [ ] Reproduce the issue and describe all steps
### 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.
Format the code like this:
```json
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.
-->