From 2ad699d7a6d14ed9288742096301483c9e12cedb Mon Sep 17 00:00:00 2001 From: sbilly Date: Sun, 19 Jul 2015 12:29:38 +0800 Subject: [PATCH] Add a file. From https://github.com/sindresorhus/awesome --- contributing.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 contributing.md diff --git a/contributing.md b/contributing.md new file mode 100644 index 0000000..241797d --- /dev/null +++ b/contributing.md @@ -0,0 +1,18 @@ +# Contribution Guidelines + +Please ensure your pull request adheres to the following guidelines: + +- Read [the awesome manifesto](https://github.com/sindresorhus/awesome/blob/master/awesome.md) and ensure your list complies. +- Search previous suggestions before making a new one, as yours may be a duplicate. +- Make sure your list is useful before submitting. That implies it having enough content and every item a good succinct description. +- A link back to this list from yours, so users can discover more lists, would be appreciated. +- Make an individual pull request for each suggestion. +- Titles should be [capitalized](http://grammar.yourdictionary.com/capitalization/rules-for-capitalization-in-titles.html). +- 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!