Skip to content

Commit

Permalink
Add bug report issue template
Browse files Browse the repository at this point in the history
Adds general bug report template.

Should still allow general (black) issues to be created.
  • Loading branch information
garrettwrong committed Nov 8, 2023
1 parent bbaf65e commit 2d52f2c
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: Bug report
about: Create a report to help us improve ASPIRE-Python.
title: ''
labels: support
assignees: ''

---

**Describe the bug:**
A clear and concise description of what the bug is.

**To Reproduce:**
Steps or script to reproduce the behavior.

**Expected behavior:**
A clear and concise description of what you expected to happen.

**Environment (please complete the following information):**
- OS: [e.g. RHEL 8, OSX 13.4.1]
- Python: [e.g. Python 3.8]
- ASPIRE Version: [e.g. 12.0, `develop`]
- CPU Type: [e.g. Intel I9-9980HK, Apple M2 Pro]
- GPU Extensions: [yes/no]

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

0 comments on commit 2d52f2c

Please sign in to comment.