diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..2ea03e8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,18 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +[Description] +Describe the reproduce step and symptom with details. If applicable, add attachment, code snippets or screenshots to help explain your problem. + +[Configuration] +- OS: (i.e Windows 11 24H2, 64bit) +- WinDbg: (i.e. 10.0.26100.2454, AMD64) +- Python: (i.e. 3.10.11, 64bit) +- pykd: (i.e. 0.3.4.15, check with python -m pip list) +- pykd.dll: (i.e. 2.0.0.25, check with windbg command ".chain")