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.
17 lines
421 B
17 lines
421 B
---
|
|
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 |