Skip to content

Commit

Permalink
add bug report template
Browse files Browse the repository at this point in the history
  • Loading branch information
nmaarnio committed Oct 22, 2024
1 parent fc1df1e commit c6c6601
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: "Bug report"
about: Report a bug or other issue
title: "[Bug]: "
labels: bug
assignees: ''

---

**Describe the bug**
Describe what the bug or issue is about concisely.

**How to reproduce the bug**
Steps to reproduce the behavior:

**Expected behavior**
Describe what you expected to happen.

**Environment details**
- OS: [e.g., Windows, MacOS]
- Python Version: [e.g., 3.9]
- Package Version: [e.g., 1.2.0]

**Additional information**
Add any other context about the problem here. Screenshots or other additional information can be attached too.

0 comments on commit c6c6601

Please sign in to comment.