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...