From 2a1117b3085863d894188d82c7d71a613bc9c65b Mon Sep 17 00:00:00 2001 From: kiloreux Date: Thu, 26 Nov 2015 22:45:13 +0100 Subject: [PATCH] Added license and contribution guideline --- CONTRIBUTING.md | 19 +++++++++++++++++++ LICENSE.md | 7 +++++++ 2 files changed, 26 insertions(+) create mode 100644 CONTRIBUTING.md create mode 100644 LICENSE.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..155ced8 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,19 @@ +# Contributions Guidelines + +Before submitting pull request please : + +- Search previous suggestions before making a new one, as yours may be a duplicate. +- Make sure the list is useful before submitting. That implies it has enough content and every item has a good succinct description. +- Make an individual pull request for each suggestion. +- Use [title-casing](http://titlecapitalization.com) (AP style). +- Use the following format: `[List Name](link)` +- Link additions should be added to the bottom of the relevant category. +- New categories or improvements to the existing categorization are welcome. +- Check your spelling and grammar. +- Make sure your text editor is set to remove trailing whitespace. +- The pull request and commit should have a useful title. +- The body of your commit message should contain a link to the repository. +- Check that it's not already in the list +- Make sure that it's not an outdated resource that is no longer useful +- It doesn't link to an illegal source, like a book that is illegaly distributed +- **Finally** please remember that every link and contribution no matter how small it is , is highly appreciated and encouraged as it helps gather all the resources in one place. diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..446bb0b --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,7 @@ + + Copyright (C) 2015 Kiloreux + + THE LIST IS PROVIDED "AS IS" WITHOUT ANY WARRANTIES. + + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION: + 1. You just DO WHAT YOU WANT TO.