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.
16 lines
417 B
16 lines
417 B
3 years ago
|
name: Feature request
|
||
|
description: Suggest a feature
|
||
|
labels: ["enhancement"]
|
||
|
body:
|
||
|
- type: markdown
|
||
|
attributes:
|
||
|
value: |
|
||
|
Please check the issues tab to avoid duplicates.
|
||
|
|
||
|
Thanks for providing feedback on Slither!
|
||
|
- type: textarea
|
||
|
attributes:
|
||
|
label: Describe the desired feature
|
||
|
description: Explain what the feature solves/ improves.
|
||
|
validations:
|
||
|
required: true
|