From e7fd5923139aee7ade73ebd0aae1e0e5283e8233 Mon Sep 17 00:00:00 2001 From: rocky Date: Mon, 11 Apr 2022 13:06:39 -0400 Subject: [PATCH] Update bug template --- .github/ISSUE_TEMPLATE/bug-report.md | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 79379cbf..cec076b4 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -28,6 +28,8 @@ someone to do, especially when you are the primary beneficiary of the work, or the task is complex, long, or tedious. If your code is over 30 lines long, it fits into this category. + +See also https://github.com/rocky/python-uncomp[yle6/blob/master/HOW-TO-REPORT-A-BUG.md ? --> + ## How to Reproduce @@ -73,6 +75,16 @@ can add that too. --> +## Output Given + + + + ## Expected behavior @@ -84,12 +96,20 @@ can add that too. Please modify for your setup - Uncompyle6 version: output from `uncompyle6 --version` or `pip show uncompyle6` -- 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. +- 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] --> -## Additional Environment or Context +## Workarounds + + + +## Priority + + + +## Additional Context