From 421be3cfa2c3b37f9f4c90e459165fd458ced338 Mon Sep 17 00:00:00 2001 From: Takeshi Date: Wed, 10 Feb 2016 19:07:46 +0800 Subject: [PATCH] Add contribution guideline --- contributing.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 contributing.md diff --git a/contributing.md b/contributing.md new file mode 100644 index 0000000..834dc86 --- /dev/null +++ b/contributing.md @@ -0,0 +1,15 @@ +# Adding to this list + + Please ensure your pull request adheres to the following guidelines: + + - 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 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. + + Thank you for your suggestions!