Include Python version on bug report.

pull/368/head
rocky 6 years ago
parent abd1bb8ae0
commit 1408b8b920
  1. 8
      .github/ISSUE_TEMPLATE/bug-report.md

@ -34,6 +34,9 @@ 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.
@ -50,10 +53,11 @@ _This section sometimes is optional but helpful to us._
Please modify for your setup
- OS: [e.g. iOS]
- OS Version [e.g. 22]
- Mythril version: output from `myth --version` or `pip show mythril`
- Solidity compiler and version: `solc --version`
- Python version: `python -V`
- OS: [e.g. iOS]
- OS Version [e.g. 22]
## Additional Environment or Context

Loading…
Cancel
Save