You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
Guidleines for reporting bugs and openning feature requests
This commit is contained in:
68
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal file
68
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal file
@@ -0,0 +1,68 @@
|
|||||||
|
---
|
||||||
|
name: Bug report
|
||||||
|
about: Tell us about Mythril bugs to help us improve
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
__Note:__ Have you read [How to report a Bug](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.
|
||||||
|
|
||||||
|
## Prerequisites
|
||||||
|
|
||||||
|
* Make sure the bytecode you have can be disassembled with a disassembler.
|
||||||
|
* Don't put bytecode and corresponding soruce code on any service that 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.
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|
[Crazy Compilers](http://www.crazy-compilers.com/decompyle/) offers a
|
||||||
|
byte-code decompiler service for versions of Python up to 2.6.
|
||||||
|
|
||||||
|
## Description
|
||||||
|
|
||||||
|
Replace this text with a clear and concise description of the bug.
|
||||||
|
|
||||||
|
## How to Reproduce
|
||||||
|
|
||||||
|
Please show both the input you gave and the
|
||||||
|
output you got in describing how to reproduce the bug:
|
||||||
|
|
||||||
|
or give a complete console log with input and output
|
||||||
|
|
||||||
|
```console
|
||||||
|
$ uncompyle6 <command-line-options>
|
||||||
|
==== Exception state ====
|
||||||
|
Type: ...
|
||||||
|
Contract: ...
|
||||||
|
Function name: ...
|
||||||
|
...
|
||||||
|
$
|
||||||
|
```
|
||||||
|
|
||||||
|
If there is a Solidity source code, a truffle project, or bytecode
|
||||||
|
that is involved, please provide that or links to it.
|
||||||
|
|
||||||
|
## Expected behavior
|
||||||
|
|
||||||
|
A clear and concise description of what you expected to happen.
|
||||||
|
|
||||||
|
## Environment
|
||||||
|
|
||||||
|
_This section sometimes is optional but helpful to us._
|
||||||
|
|
||||||
|
Please modify for your setup
|
||||||
|
|
||||||
|
- Uncompyle6 version: output from `uncompyle6 --version` or `pip show uncompyle6`
|
||||||
|
- Python version: `python -V`
|
||||||
|
- OS and Version: [e.g. Ubuntu bionic]
|
||||||
|
|
||||||
|
## Additional Environment or Context
|
||||||
|
|
||||||
|
_This section is optional._
|
||||||
|
|
||||||
|
Add any other context about the problem here or special environment setup
|
21
.github/ISSUE_TEMPLATE/feature-request.md
vendored
Normal file
21
.github/ISSUE_TEMPLATE/feature-request.md
vendored
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
---
|
||||||
|
name: Feature Request
|
||||||
|
about: Tell us about a new feature that you would like to see in uncompyle6
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Description
|
||||||
|
|
||||||
|
Replace this text with a short description of the feature. This might
|
||||||
|
include same input and output.
|
||||||
|
|
||||||
|
## Background
|
||||||
|
|
||||||
|
Replace this text with any additional background for the
|
||||||
|
feature, for example: user scenarios, or the value of the feature.
|
||||||
|
|
||||||
|
## Tests
|
||||||
|
_This section is optional._
|
||||||
|
|
||||||
|
Replace this text with suggestions on how to test the feature,
|
||||||
|
if it is not obvious.
|
@@ -1,3 +1,2 @@
|
|||||||
pytest>=3.0.0,<=3.0.1
|
|
||||||
flake8
|
flake8
|
||||||
hypothesis<=3.0.0
|
hypothesis<=3.0.0
|
||||||
|
Reference in New Issue
Block a user