Add bug issue templates

This commit is contained in:
ByteDream 2022-06-06 21:23:29 +02:00 committed by GitHub
parent 382d19ee94
commit 51b5e7b2ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

36
.github/ISSUE_TEMPLATE/bug-report.md vendored Normal file
View file

@ -0,0 +1,36 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**Bug target**
Set a `x` between the square brackets if your bug occurred while using the CLI or the library
- [ ] CLI (command line client)
- [ ] Library
**To Reproduce**
Steps to reproduce the behavior:
```
$ crunchy ...
```
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Client (please complete the following information):**
- OS: [e.g. Windows]
- Version [e.g. v2.2.2]
**Additional context**
Add any other context about the problem here.