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.
55 lines
1.3 KiB
55 lines
1.3 KiB
---
|
|
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:
|
|
label: "What operating system are you using?"
|
|
id: os
|
|
type: textarea
|
|
validations:
|
|
required: true
|
|
-
|
|
attributes:
|
|
label: "How did you install slither?"
|
|
description: |
|
|
For example, using git or python's pip.
|
|
id: install-method
|
|
type: textarea
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
id: python
|
|
attributes:
|
|
label: Do you have python added to your $PATH?
|
|
multiple: true
|
|
options:
|
|
- "Yes"
|
|
- "No"
|
|
- "Not sure"
|
|
- type: dropdown
|
|
id: solc
|
|
attributes:
|
|
label: Do you have solc-select installed?
|
|
multiple: true
|
|
options:
|
|
- "Yes"
|
|
- "No"
|
|
-
|
|
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
|
|
description: "Get help troubleshooting slither installation"
|
|
labels:
|
|
- installation-help
|
|
name: "Trouble with Installing Slither"
|
|
title: "[Installation-Help]: "
|
|
|