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.
sherlock/.github/ISSUE_TEMPLATE/false-negative.yml

21 lines
600 B

name: False Negative
description: Report a site that is returning false negative results
labels: ["false negative"]
body:
- type: input
id: site-name
attributes:
label: Site name
description: What site is returning false negatives?
placeholder: Reddit
validations:
required: True
- type: textarea
id: additional-info
attributes:
label: Additional info
description: If you know why the site is returning false negatives, please explain
placeholder: Reddit is returning false negatives because...
validations:
required: false