Browse Source

+ Contributing guideline (#10), copypasted from sindresorhus' text

Fr0sT-Brutal 10 years ago
parent
commit
3954560429
1 changed files with 15 additions and 0 deletions
  1. 15 0
      contributing.md

+ 15 - 0
contributing.md

@@ -0,0 +1,15 @@
+# Contribution Guidelines
+
+Please ensure your pull request adheres to the following guidelines:
+
+- Please remember that only **open-source units/components** and **freeware tools** are considered. No commercial projects allowed! Dead projects are mainly ignored except for those which do not have alive analogs.
+- Search previous suggestions before making a new one, as yours may be a duplicate.
+- Make sure your suggestion is useful before submitting. That implies it having enough content and every item a good succinct description.
+- Make an individual pull request for each suggestion.
+- Use the following format: `[Title](link) Short author description`
+- 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.
+- The pull request and commit should have a useful title.
+
+Thank you for your suggestions!