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 1/2] 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... From ae807bd561872eda7d25ae773590fdaf69e8d8cf Mon Sep 17 00:00:00 2001 From: Jay Fitzgerald <34140133+ni-jfitzger@users.noreply.github.com> Date: Sun, 26 Jan 2025 11:35:38 -0600 Subject: [PATCH 2/2] Delete .github/ISSUE_TEMPLATE.md Delete original issue template. Content was moved to the new template --- .github/ISSUE_TEMPLATE.md | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index c98dfc268..000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,26 +0,0 @@ - - -### 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...