From 5eb06e350244aa2dd9b513863538aab9b6ef802f Mon Sep 17 00:00:00 2001 From: Christopher Kent Hoadley Date: Sat, 2 Feb 2019 22:11:05 -0600 Subject: [PATCH] Add Contribution File I mainly wanted to add this file so that people adding new sites would add test usernames. But, this document should be filled out with more detail on the other types of changes.... --- CONTRIBUTING.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..eba1fca --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,18 @@ +# How To Contribute To Sherlock +First off, thank you for the help! + +There are many ways to contribute. Here is some high level grouping. + +## Adding New Sites + +Please look at the Wiki entry on +[adding new sites](https://github.com/TheYahya/sherlock/wiki/Adding-Sites-To-Sherlock) +to understand the issues. + +Any new sites that are added need to have a username that has been claimed, and one +that is unclaimed documented in the site data. This allows the regression tests +to ensure that everything is working. + +## Adding New Functionality + +Please ensure that the content on your branch passes all tests before submitting a pull request.