1
mirror of https://github.com/Awesome-Windows/Awesome synced 2024-11-21 16:40:12 +01:00

Added Contribution guidelines

This commit is contained in:
Rahul Kapoor 2016-06-03 13:31:29 +05:30
parent 7d541d0bb0
commit 3ddc4aa99c

17
Contributing.md Normal file
View File

@ -0,0 +1,17 @@
# 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.
- Make an individual pull request for each suggestion.
- Titles should be [capitalized](http://grammar.yourdictionary.com/capitalization/rules-for-capitalization-in-titles.html).
- Keep descriptions short and simple.
- End all descriptions with a full stop/period.
- Order link titles alphabetically within each category.
- Check your spelling and grammar.
- Make sure your text editor is set to remove trailing whitespace.
- Try to make your Pull request and title as descriptive as possible.
- All open source applications should have the [OSS symbol](https://github.com/iCHAIT/awesome-osx/blob/master/media/oss.svg), the primary link for the application should point to the application's website and the OSS symbol should link to the source code. In case the application does not have any website then both the links should point to the source code.
- New categories or improvements to the existing categorization are welcome.
Thank you for your suggestions!