-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds general bug report template. Should still allow general (black) issues to be created.
- Loading branch information
1 parent
bbaf65e
commit 2d52f2c
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |