From 375278bc12ef093406d0c2f72f6539037f6d0cfc Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Tue, 8 Sep 2015 23:34:14 -0700 Subject: [PATCH] add contributing guidelines --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 7d131e5..6704b9f 100644 --- a/README.md +++ b/README.md @@ -116,3 +116,10 @@ This must be given a query paramater `q` containing the text to search for. Not including this will return a `406` reply. This will search the list of episode records for any episodes whose names match the given search terms. This is case-insensitive. If no episodes can be found, this will return a `404` reply. + +Contributing +------------ + +Contributions will be judged by their technical merit. No politics on project forums. + +All code is licensed under the MIT license.