Create bug_report.md

This commit is contained in:
fvanroie 2021-02-09 22:35:25 +01:00 committed by GitHub
parent ed33bf5f5f
commit d695b0ef52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,42 @@
---
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://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.
-->