From a480813ff6c075a919c090198d79c47ea5448b95 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Thu, 5 Jan 2017 12:43:59 -0600 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cffb08ab9..ccc4e85e1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1 +1,10 @@ -Placeholder. Guidelines coming soon. +# What NOT to Contribute +Aside from the obvious (spam, self-promotion, etc.), please also do not submit issues related to the functionality of any particular list. FilterLists does not currently maintain or support any lists, so please take up functional issues with either the list or adblock software maintainers. + +# What to Contribute +FilterLists aims to be a comprehensive and accurate directory of all active and stale lists. Please contribute information for lists that are not currently indexed as well as updated information for current lists. + +The data that we index for each list is specified in the [json-schema](https://github.com/collinbarrett/FilterLists/tree/master/json-schema) directory. When submitting a new list or updates to a current list, please provide values for all fields for which information is available. + +# How to Contribute +If you are GitHub savvy, feel free to skip right ahead to a pull request. If not, please open a new issue with all of your proposed additions/revisions.