mirror of https://github.com/crytic/slither
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
1.3 KiB
56 lines
1.3 KiB
2 years ago
|
---
|
||
|
body:
|
||
|
-
|
||
|
attributes:
|
||
|
value: |
|
||
|
Please check the issues tab to avoid duplicates.
|
||
|
Thanks for taking the time to fill out this bug report!
|
||
|
type: markdown
|
||
|
-
|
||
|
attributes:
|
||
2 years ago
|
label: "What operating system are you using?"
|
||
2 years ago
|
id: os
|
||
2 years ago
|
type: textarea
|
||
|
validations:
|
||
|
required: true
|
||
|
-
|
||
|
attributes:
|
||
|
label: "How did you install slither?"
|
||
2 years ago
|
description: |
|
||
|
For example, using git or python's pip.
|
||
|
id: install-method
|
||
2 years ago
|
type: textarea
|
||
|
validations:
|
||
|
required: true
|
||
|
- type: dropdown
|
||
|
id: python
|
||
|
attributes:
|
||
|
label: Do you have python added to your $PATH?
|
||
|
multiple: true
|
||
|
options:
|
||
2 years ago
|
- "Yes"
|
||
|
- "No"
|
||
|
- "Not sure"
|
||
2 years ago
|
- type: dropdown
|
||
|
id: solc
|
||
|
attributes:
|
||
|
label: Do you have solc-select installed?
|
||
|
multiple: true
|
||
|
options:
|
||
2 years ago
|
- "Yes"
|
||
|
- "No"
|
||
2 years ago
|
-
|
||
|
attributes:
|
||
|
description: |
|
||
|
Please copy and paste any relevant log output. This
|
||
|
will be automatically formatted into code, so no need for backticks.
|
||
|
render: shell
|
||
|
label: "Output of running `slither-doctor .`:"
|
||
|
id: logs
|
||
|
type: textarea
|
||
2 years ago
|
description: "Get help troubleshooting slither installation"
|
||
2 years ago
|
labels:
|
||
|
- installation-help
|
||
|
name: "Trouble with Installing Slither"
|
||
|
title: "[Installation-Help]: "
|