You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-02 16:44:46 +08:00
Update bug report template
This commit is contained in:
28
.github/ISSUE_TEMPLATE/bug-report.md
vendored
28
.github/ISSUE_TEMPLATE/bug-report.md
vendored
@@ -1,27 +1,31 @@
|
|||||||
---
|
---
|
||||||
name: Bug report
|
name: Bug report
|
||||||
about: Tell us about Mythril bugs to help us improve
|
about: Tell us about uncompyle6 bugs
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
__Note:__ Have you read [How to report a Bug](https://github.com/rocky/python-uncompyle6/blob/master/HOW-TO-REPORT-A-BUG.md)?
|
__Note:__ Have you read https://github.com/rocky/python-uncompyle6/blob/master/HOW-TO-REPORT-A-BUG.md ?
|
||||||
|
|
||||||
Please remove any of the optional sections if they are not applicable.
|
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 disassembler.
|
* Make sure the bytecode you have can be disassembled with a
|
||||||
* Don't put bytecode and corresponding soruce code on any service that requires registration to download.
|
disassembler.
|
||||||
* When you open a bug report there is no privacy. If the legitimacy of the activity is deemed suspicous, I may
|
* Don't put bytecode and corresponding soruce code on any service that
|
||||||
flag it as suspicious, making the issue even more easy to detect.
|
requires registration to download.
|
||||||
|
* When you open a bug report there is no privacy. If the legitimacy of
|
||||||
|
the activity is deemed suspicous, I may flag it as suspicious,
|
||||||
|
making the issue even more easy to detect.
|
||||||
|
|
||||||
Bug reports that violate a prerequisite may be discarded.
|
Bug reports that violate a prerequisite may be discarded.
|
||||||
|
|
||||||
Note that there are way more bug-fix requestors than there are bug
|
Note that there are way more bug-fix requestors than there are bug
|
||||||
fixers. If you want you need more immediate, confidential or urgent assistance
|
fixers. If you want you need more immediate, confidential or urgent
|
||||||
|
assistance
|
||||||
|
|
||||||
[Crazy Compilers](http://www.crazy-compilers.com/decompyle/) offers a
|
http://www.crazy-compilers.com/decompyle/ offers a byte-code
|
||||||
byte-code decompiler service for versions of Python up to 2.6.
|
decompiler service for versions of Python up to 2.6.
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
@@ -36,10 +40,6 @@ or give a complete console log with input and output
|
|||||||
|
|
||||||
```console
|
```console
|
||||||
$ uncompyle6 <command-line-options>
|
$ uncompyle6 <command-line-options>
|
||||||
==== Exception state ====
|
|
||||||
Type: ...
|
|
||||||
Contract: ...
|
|
||||||
Function name: ...
|
|
||||||
...
|
...
|
||||||
$
|
$
|
||||||
```
|
```
|
||||||
@@ -65,4 +65,4 @@ Please modify for your setup
|
|||||||
|
|
||||||
_This section is optional._
|
_This section is optional._
|
||||||
|
|
||||||
Add any other context about the problem here or special environment setup
|
Add any other context about the problem here or special environment setup.
|
||||||
|
Reference in New Issue
Block a user