From b2dc149ed46df3fe8bbd24fdea9d106bcd2b57be Mon Sep 17 00:00:00 2001 From: Jay Fitzgerald <34140133+ni-jfitzger@users.noreply.github.com> Date: Sun, 26 Jan 2025 11:33:34 -0600 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug-report.md | 35 ++++++++++++++++++++++++++++ 1 file changed, 35 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 000000000..c97f9229d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,35 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + + + +### Description of issue + + + +### System report + +`python -c "import niscope; niscope.print_diagnostic_information()"` output (replace `niscope` with appropriate package name) + + ``` + + ``` + +### Steps to reproduce issue + + ``` python + + ``` + + 1. Step 1 + 2. Step 2 + 3. etc...