From 5c8c20d0236c687e99475b7b99d415e48fc4209a Mon Sep 17 00:00:00 2001 From: Dov Amir Date: Sat, 9 Jun 2018 14:12:45 +0300 Subject: [PATCH] Create contributing.md --- contributing.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 contributing.md diff --git a/contributing.md b/contributing.md new file mode 100644 index 0000000..a257fb5 --- /dev/null +++ b/contributing.md @@ -0,0 +1,16 @@ +# Contribution Guidelines + +Please ensure your pull request adheres to the following guidelines: + +- Search previous suggestions before making a new one, as yours may be a duplicate. +- Use the following format: `[name](link) - Description.` +- New categories, or improvements to the existing categorization are welcome. +- Keep descriptions short and simple, but descriptive. +- End all descriptions with a full stop/period. +- Check your spelling and grammar. +- Make sure your text editor is set to remove trailing whitespace. +- The pull request should include a link to the package and why it should be included. +- Patterns should be software related +- Good design patterns resources should have at least 5 patterns with detailed descriptions. + +Thank you for your suggestions!