mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-15 00:37:06 +00:00
27 lines
1.1 KiB
YAML
27 lines
1.1 KiB
YAML
name: False negative
|
|
description: Report a site that is returning false negative results
|
|
title: "False negative for: "
|
|
labels: ["false negative"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
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.
|
|
- type: textarea
|
|
id: additional-info
|
|
attributes:
|
|
label: Additional info
|
|
description: If you know why the site is returning false negatives, or noticed any patterns, please explain.
|
|
placeholder: |
|
|
Reddit is returning false negatives because...
|
|
validations:
|
|
required: false
|
|
- 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
|