diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 32f4b69e4..c392545c1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -17,7 +17,7 @@ Your issue will be closed unless you confirm the following (insert `x` in the br * Operating System / Distribution: * Architecture: - * GDB version (including the Python library version - can be found via `$ gdb -ex "pi import sys;print(sys.version)"`): + * GDB version (including the Python library version) copy the output of `$ gdb -ex "pi import sys;print(gdb.VERSION);print(sys.version)"`: ### Step 2: Describe your problem