Adds issue template with common questions (#345)

* added template

* remove label
This commit is contained in:
Diogo 2024-01-02 19:52:20 -05:00 committed by GitHub
parent 436bec9fd9
commit af66a09bde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,28 @@
---
name: Bug report
about: Create a report about an issue you've encountered
title: "[BUG] "
labels: ''
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Include code snippet
```python
```
**Expected behavior**
A clear and concise description of what you expected to happen.
**Desktop (please complete the following information):**
- OS Version: [e.g. MacOS 14.1.2]
- Version [e.g. 0.7.0]
**Additional context**
Add any other context about the problem here.