This commit is contained in:
Sindre Sorhus
2014-07-11 15:34:45 +02:00
commit f18369ecdf
2 changed files with 281 additions and 0 deletions

15
contributing.md Normal file
View File

@@ -0,0 +1,15 @@
# 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.
- Suggested modules should be tested and documented.
- Make an individual pull request for each suggestion.
- Use the following format for modules: `[module](link) - description.`
- New categories, or improvements to the existing categorization are welcome.
- Keep descriptions short and simple.
- End all descriptions with a full stop/period.
- Check your spelling and grammar.
- Make sure your text editor is set to remove trailing whitespace.
Thank you for your suggestions!