Skip to content

Commit

Permalink
added issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
sdushantha committed Nov 1, 2020
1 parent 54ef98e commit 78d6795
Show file tree
Hide file tree
Showing 6 changed files with 208 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
name: Bug report
about: Report a bug in Sherlock's functionality
title: ''
labels: bug
assignees: ''

---

<!--
######################################################################
WARNING!
IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE
######################################################################
-->


## Checklist
<!--
Put x into all boxes (like this [x]) once you have completed what they say.
Make sure complete everything in the checklist.
-->

- [ ] I'm reporting a bug in Sherlock's functionality
- [ ] The bug I'm reporting is not a false positive or a false negative
- [ ] I've verified that I'm running the latest version of Sherlock
- [ ] I've checked for similar bug reports including closed ones
- [ ] I've checked for pull requests that attempt to fix this bug

## Description
<!--
Provide a detailed description of the bug that you have found in Sherlock.
Provide the version of Sherlock you are running.
-->

WRITE DESCRIPTION HERE
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: Feature request
about: Request a new functionality for Sherlock
title: ''
labels: enhancement
assignees: ''

---

<!--
######################################################################
WARNING!
IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE
######################################################################
-->

## Checklist
<!--
Put x into all boxes (like this [x]) once you have completed what they say.
Make sure complete everything in the checklist.
-->
- [ ] I'm reporting a feature request
- [ ] I've checked for similar feature requests including closed ones

## Description
<!--
Provide a detailed description of the feature you would like Sherlock to have
-->

WRITE DESCRIPTION HERE
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
name: Question
about: Ask us a question
title: ''
labels: question
assignees: ''

---

<!--
######################################################################
WARNING!
IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE.
######################################################################
-->

## Checklist
<!--
Put x into all boxes (like this [x]) once you have completed what they say.
Make sure complete everything in the checklist.
-->
- [ ] I'm asking a question regarding Sherlock
- [ ] My question is not a tech support question.

**We are not your tech support**.
If you have questions related to `pip`, `git`, or something that is not related to Sherlock, please ask them on [StackOverflow](https://stackoverflow.com/) or [r/learnpython](https://www.reddit.com/r/learnpython/)


## Question

ASK YOUR QUESTION HERE
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/reporting-false-negative.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
name: Reporting false negative
about: Reporting a site that is returning false positives
title: ''
labels: false negative
assignees: ''

---

<!--
######################################################################
WARNING!
IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE
######################################################################
-->

## Checklist
<!--
Put x into all boxes (like this [x]) once you have completed what they say.
Make sure complete everything in the checklist.
-->
- [ ] I'm reporting a website that is returning **false negative** results
- [ ] I've checked for similar site support requests including closed ones
- [ ] I've checked for pull requests attempting to fix this false negative
- [ ] I'm only reporting **one** site (create a seperate issue for each site)

## Description
<!--
Provide the username that is causing Sherlock to return a false negative, along with any other information that might help us fix this false negative.
-->

WRITE DESCRIPTION HERE
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/reporting-false-positive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
name: Reporting false positive
about: Reporting a site that is returning false positives
title: ''
labels: false positive
assignees: ''

---

<!--
######################################################################
WARNING!
IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE
######################################################################
-->

## Checklist
<!--
Put x into all boxes (like this [x]) once you have completed what they say.
Make sure complete everything in the checklist.
-->
- [ ] I'm reporting a website that is returning **false positive** results
- [ ] I've checked for similar site support requests including closed ones
- [ ] I've checked for pull requests attempting to fix this false positive
- [ ] I'm only reporting **one** site (create a seperate issue for each site)

## Description
<!--
Provide the username that is causing Sherlock to return a false positive, along with any other information that might help us fix this false positive.
-->

WRITE DESCRIPTION HERE
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/site-support-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
name: Site support request
about: Request support for a new site
title: ''
labels: site support request
assignees: ''

---

<!--
######################################################################
WARNING!
IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE
######################################################################
-->

## Checklist
<!--
Put x into all boxes (like this [x]) once you have completed what they say.
Make sure complete everything in the checklist.
-->

- [ ] I'm requesting support for a new site
- [ ] I've checked for similar site support requests including closed ones
- [ ] I've checked that the site I am requesting has not been removed in the past and is not documented in [removed_sites.md](https://github.com/sherlock-project/sherlock/blob/master/removed_sites.md)
- [ ] The site I am requesting support for is not a pornographic website
- [ ] I'm only requesting support of **one** website (create a seperate issue for each site)

## Description
<!--
Provide the url to the website and the name of the website.
If there is anything else you want to mention regarding the site support request include that in this section.
-->

URL:

0 comments on commit 78d6795

Please sign in to comment.