From eb2a66a109ae3d287b22c9ce4d79eebed8bb9394 Mon Sep 17 00:00:00 2001 From: ivellioscolin Date: Tue, 4 Feb 2025 13:28:58 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 18 ++++++++++++++++++ 1 file changed, 18 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 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")