From 3a8f3e550da065bfa906347b9f765b42e1269b4e Mon Sep 17 00:00:00 2001 From: rocky Date: Wed, 5 Jul 2023 07:59:04 -0400 Subject: [PATCH] Include xdis version in bug report --- .github/ISSUE_TEMPLATE/bug-report.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index c1aaec72..2828f148 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -113,6 +113,7 @@ If this is too long, then try narrowing the problem to something short. Please modify for your setup - Uncompyle6 version: output from `uncompyle6 --version` or `pip show uncompyle6` +- xdis version: output from `pydisasm --version` or or `pip show xdis` - Python version for the version of Python the byte-compiled the file: `python -c "import sys; print(sys.version)"` where `python` is the correct CPython or PyPy binary. - OS and Version: [e.g. Ubuntu bionic]