mirror of https://github.com/crytic/slither
Merge pull request #1623 from crytic/slither-doctor-issue-template
add issue template for trouble with installationpull/1691/head
commit
d1f17f94bf
@ -0,0 +1,55 @@ |
|||||||
|
--- |
||||||
|
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]: " |
Loading…
Reference in new issue