diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 00000000..f7f9b822 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,38 @@ +--- +name: Bug report +about: Report a bug in Sherlock's functionality +title: '' +labels: bug +assignees: '' + +--- + + + + +## 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 + + +WRITE DESCRIPTION HERE diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 00000000..67ec7ecf --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,32 @@ +--- +name: Feature request +about: Request a new functionality for Sherlock +title: '' +labels: enhancement +assignees: '' + +--- + + + +## Checklist + +- [ ] I'm reporting a feature request +- [ ] I've checked for similar feature requests including closed ones + +## Description + + +WRITE DESCRIPTION HERE diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 00000000..b8a0db3b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,33 @@ +--- +name: Question +about: Ask us a question +title: '' +labels: question +assignees: '' + +--- + + + +## 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 diff --git a/.github/ISSUE_TEMPLATE/reporting-false-negative.md b/.github/ISSUE_TEMPLATE/reporting-false-negative.md new file mode 100644 index 00000000..82ba13de --- /dev/null +++ b/.github/ISSUE_TEMPLATE/reporting-false-negative.md @@ -0,0 +1,34 @@ +--- +name: Reporting false negative +about: Reporting a site that is returning false positives +title: '' +labels: false negative +assignees: '' + +--- + + + +## 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 + + +WRITE DESCRIPTION HERE diff --git a/.github/ISSUE_TEMPLATE/reporting-false-positive.md b/.github/ISSUE_TEMPLATE/reporting-false-positive.md new file mode 100644 index 00000000..045f66f4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/reporting-false-positive.md @@ -0,0 +1,34 @@ +--- +name: Reporting false positive +about: Reporting a site that is returning false positives +title: '' +labels: false positive +assignees: '' + +--- + + + +## 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 + + +WRITE DESCRIPTION HERE diff --git a/.github/ISSUE_TEMPLATE/site-support-request.md b/.github/ISSUE_TEMPLATE/site-support-request.md new file mode 100644 index 00000000..4b3305ad --- /dev/null +++ b/.github/ISSUE_TEMPLATE/site-support-request.md @@ -0,0 +1,37 @@ +--- +name: Site support request +about: Request support for a new site +title: '' +labels: site support request +assignees: '' + +--- + + + +## 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 + + +URL: