mirror of https://github.com/ConsenSys/mythril
Merge pull request #233 from ConsenSys/feature/issue_templates
Create initial issue templates for a bug report and analysis modulepull/148/merge
commit
4dfb67871a
@ -0,0 +1,16 @@ |
|||||||
|
--- |
||||||
|
name: Analysis module |
||||||
|
about: Create an analysis module feature request |
||||||
|
|
||||||
|
--- |
||||||
|
|
||||||
|
# Detection issue: |
||||||
|
Name the issue that should be detected using the analysis module |
||||||
|
|
||||||
|
## Description: |
||||||
|
Provide a detailed description of the vulnerabiltity that should be detected |
||||||
|
|
||||||
|
## Link |
||||||
|
Provide resources that can help with implementing the analysis module |
||||||
|
|
||||||
|
## Implementation details:Initial implementation ideas/instruction |
@ -0,0 +1,28 @@ |
|||||||
|
--- |
||||||
|
name: Bug report |
||||||
|
about: Create a report to help us improve |
||||||
|
|
||||||
|
--- |
||||||
|
|
||||||
|
**Describe the bug** |
||||||
|
A clear and concise description of what the bug is. |
||||||
|
|
||||||
|
**To Reproduce** |
||||||
|
Steps to reproduce the behavior: |
||||||
|
1. Go to '...' |
||||||
|
2. Click on '....' |
||||||
|
3. Scroll down to '....' |
||||||
|
4. See error |
||||||
|
|
||||||
|
**Expected behavior** |
||||||
|
A clear and concise description of what you expected to happen. |
||||||
|
|
||||||
|
**Screenshots** |
||||||
|
If applicable, add screenshots to help explain your problem. |
||||||
|
|
||||||
|
**Desktop (please complete the following information):** |
||||||
|
- OS: [e.g. iOS] |
||||||
|
- Version [e.g. 22] |
||||||
|
|
||||||
|
**Additional context** |
||||||
|
Add any other context about the problem here. |
Loading…
Reference in new issue