You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-02 08:34:46 +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
|
||||
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.
|
||||
|
||||
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,
|
||||
although I may be more tolerant of this if you sponsor the project.
|
||||
|
||||
@@ -57,7 +57,7 @@ Prerequisites/Caveats
|
||||
disassembler and produces valid results.
|
||||
* 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
|
||||
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
|
||||
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
|
||||
@@ -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
|
||||
can add that too.
|
||||
|
||||
|
Reference in New Issue
Block a user