You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Revise to not zip attachment expected
This commit is contained in:
8
.github/ISSUE_TEMPLATE/bug-report.md
vendored
8
.github/ISSUE_TEMPLATE/bug-report.md
vendored
@@ -9,10 +9,10 @@ The issue may be flagged to make it easier for those looking for illegal activit
|
|||||||
|
|
||||||
If you are reporting a bug in decompilation, it will probably not be acted upon
|
If you are reporting a bug in decompilation, it will probably not be acted upon
|
||||||
unless it is narrowed to a small example. You may have to do some work remove
|
unless it is narrowed to a small example. You may have to do some work remove
|
||||||
extraneous code from the source example. Most bugs can be expressed in 30 lines of
|
extraneous code from the source example. Most bugs can be expressed in 30 lines of
|
||||||
code.
|
code.
|
||||||
|
|
||||||
Bugs are not for asking questions about a problem you
|
Issues are not for asking questions about a problem you
|
||||||
are trying to solve that involve the use of uncompyle6 along the way,
|
are trying to solve that involve the use of uncompyle6 along the way,
|
||||||
although I may be more tolerant of this if you sponsor the project.
|
although I may be more tolerant of this if you sponsor the project.
|
||||||
|
|
||||||
@@ -57,7 +57,7 @@ Prerequisites/Caveats
|
|||||||
disassembler and produces valid results.
|
disassembler and produces valid results.
|
||||||
* Try to make the bytecode that exhibits a bug as small as possible.
|
* Try to make the bytecode that exhibits a bug as small as possible.
|
||||||
* 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. Instead attach it as a zip file.
|
||||||
* When you open a bug report there is no privacy. If you need privacy, then
|
* When you open a bug report there is no privacy. If you need privacy, then
|
||||||
contact me by email and explain who you are and the need for privacy.
|
contact me by email and explain who you are and the need for privacy.
|
||||||
But be mindful that you may be asked to sponsor the project for the
|
But be mindful that you may be asked to sponsor the project for the
|
||||||
@@ -86,7 +86,7 @@ $ uncompyle6 <command-line-options>
|
|||||||
$
|
$
|
||||||
```
|
```
|
||||||
|
|
||||||
Provide links to the Python bytecode. For example, you can create a
|
Attach a zip file to the Python bytecode or a
|
||||||
gist with the information. If you have the correct source code, you
|
gist with the information. If you have the correct source code, you
|
||||||
can add that too.
|
can add that too.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user