sherlock/.github/ISSUE_TEMPLATE/false-positive.yml

29 lines
1.1 KiB
YAML
Raw Normal View History

2024-06-02 20:28:34 +00:00
name: False positive
2024-05-27 14:19:19 +00:00
description: Report a site that is returning false positive results
2024-06-02 20:28:34 +00:00
title: "False positive for: "
2024-05-27 14:19:19 +00:00
labels: ["false positive"]
body:
2024-06-02 20:28:34 +00:00
- type: markdown
2024-05-27 14:19:19 +00:00
attributes:
2024-06-02 20:28:34 +00:00
value: |
Please include the site name in the title of your issue.
Submit **one site per report** for faster resolution. If you have multiple sites in the same report, it often takes longer to fix.
2024-05-27 14:19:19 +00:00
- type: textarea
id: additional-info
attributes:
label: Additional info
2024-06-02 20:28:34 +00:00
description: If you know why the site is returning false positives, or noticed any patterns, please explain.
placeholder: |
Reddit is returning false positives because...
False positives only occur after x searches...
2024-05-27 14:19:19 +00:00
validations:
required: false
2024-06-02 20:28:34 +00:00
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/sherlock-project/sherlock/blob/master/docs/CODE_OF_CONDUCT.md).
options:
- label: I agree to follow this project's Code of Conduct
required: true