Skip to content

Commit

Permalink
Add bug report template (#617)
Browse files Browse the repository at this point in the history
This bug report template should help us and the reporting person to communicate more efficiently.
  • Loading branch information
bifbof committed Apr 12, 2024
1 parent 0cc1782 commit e955cc8
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG] "
labels: ''
assignees: ''

---

#### Code Sample, a copy-pastable example

```python
# Your code here

```
#### Bug description
A clear and concise description of what the bug is.

#### Expected Output
A clear and concise description of what you expected to happen.

#### Remarks
A concise description of information that doesn't fit into the other categories (e.g. versions, dependencies etc.)

0 comments on commit e955cc8

Please sign in to comment.