add contributing guidelines

This commit is contained in:
Christine Dodrill 2015-09-08 23:34:14 -07:00
parent c050b65bbf
commit 375278bc12
1 changed files with 7 additions and 0 deletions

View File

@ -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 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 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. 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.