forked from sherlock-project/sherlock
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
93 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,27 @@ | ||
name: False Negative | ||
name: False negative | ||
description: Report a site that is returning false negative results | ||
title: "False negative for: " | ||
labels: ["false negative"] | ||
body: | ||
- type: input | ||
id: site-name | ||
- type: markdown | ||
attributes: | ||
label: Site name | ||
description: What site is returning false negatives? | ||
placeholder: Reddit | ||
validations: | ||
required: True | ||
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, please explain | ||
placeholder: Reddit is returning false negatives because... | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,28 @@ | ||
name: Flase Positive | ||
name: False positive | ||
description: Report a site that is returning false positive results | ||
title: "False positive for: " | ||
labels: ["false positive"] | ||
body: | ||
- type: input | ||
id: site-name | ||
- type: markdown | ||
attributes: | ||
label: Site name | ||
description: What site is returning false positives? | ||
placeholder: Reddit | ||
validations: | ||
required: True | ||
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 positives, please explain | ||
placeholder: Reddit is returning false positives because... | ||
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... | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters