Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpalms authored Jun 11, 2024
1 parent 505328f commit d89ecfe
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

**Bug Description**
Share a clear and concise description of what the bug is. If applicable, add screenshots to help explain your problem.

**How To Reproduce**
Describe steps to reproduce the behavior. If applicable, share the code/data needed to replicate the behavior.

**Expected behavior (If applicable)**
Describe what you expected to happen.

**Environment:**
- OS (e.g. Ubuntu 22):
- Python Version (e.g. 3.10):
- Virtual Environment (e.g. Conda):
- Python Packages (output of `pip freeze`):

**Additional context**
Add any other context about the problem here.

0 comments on commit d89ecfe

Please sign in to comment.