From 2d52f2c9597a2138f07f8610d0006de10d00a4c5 Mon Sep 17 00:00:00 2001 From: Garrett Wright <47759732+garrettwrong@users.noreply.github.com> Date: Mon, 6 Nov 2023 09:37:39 -0500 Subject: [PATCH] Add bug report issue template Adds general bug report template. Should still allow general (black) issues to be created. --- .github/ISSUE_TEMPLATE/bug_report.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000000..106f10b040 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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.