You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 08:49:51 +08:00
Update instructions
This commit is contained in:
6
.github/ISSUE_TEMPLATE/bug-report.md
vendored
6
.github/ISSUE_TEMPLATE/bug-report.md
vendored
@@ -11,7 +11,7 @@ Please remove any of the optional sections if they are not applicable.
|
|||||||
Prerequisites
|
Prerequisites
|
||||||
|
|
||||||
* Make sure the bytecode you have can be disassembled with a
|
* Make sure the bytecode you have can be disassembled with a
|
||||||
disassembler.
|
disassembler and produces valid results.
|
||||||
* Don't put bytecode and corresponding source code on any service that
|
* Don't put bytecode and corresponding source code on any service that
|
||||||
requires registration to download.
|
requires registration to download.
|
||||||
* When you open a bug report there is no privacy. If the legitimacy of
|
* When you open a bug report there is no privacy. If the legitimacy of
|
||||||
@@ -35,7 +35,7 @@ decompiler service for versions of Python up to 2.6.
|
|||||||
|
|
||||||
## How to Reproduce
|
## How to Reproduce
|
||||||
|
|
||||||
<!-- Please show both the input you gave and the
|
<!-- Please show both the *input* you gave and the
|
||||||
output you got in describing how to reproduce the bug:
|
output you got in describing how to reproduce the bug:
|
||||||
|
|
||||||
or give a complete console log with input and output
|
or give a complete console log with input and output
|
||||||
@@ -63,7 +63,7 @@ can add that too.
|
|||||||
Please modify for your setup
|
Please modify for your setup
|
||||||
|
|
||||||
- Uncompyle6 version: output from `uncompyle6 --version` or `pip show uncompyle6`
|
- Uncompyle6 version: output from `uncompyle6 --version` or `pip show uncompyle6`
|
||||||
- Python version: `python -V`
|
- 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]
|
- OS and Version: [e.g. Ubuntu bionic]
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
Reference in New Issue
Block a user