Mirror of Awesome Sysadmin
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
989 B

10 years ago
10 years ago
  1. # Contribution Guidelines
  2. This is a compilation of **Free and Libre Open Source Software ([FLOSS](https://en.wikipedia.org/wiki/Free_and_open-source_software))**. Restrictive licenses (aka Freeware, Shareware) are *not awesome*.
  3. ## Commits
  4. * Search previous suggestions before making a new one.
  5. * Use the following format: `[RESOURCE](LINK) - DESCRIPTION.`
  6. * Keep descriptions short (<80 characters).
  7. * End descriptions with a full stop.
  8. * Make an individual commit for each category.
  9. * Order projects alphabetically.
  10. * Consolidate multiple commits.
  11. ## Pull Requests
  12. * Use imperative (e.g. add instead of added/adding) in the PR title.
  13. * Include application names, categories and a link to the open source project page in the description.
  14. ## Issues
  15. * Discussion, questions and bug reports only.
  16. * If you are sure software meets the guidelines, create a Pull Request (see above).
  17. * Check spelling and grammar.
  18. * Suggestions for improvements to existing structure are welcome.