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.

24 lines
1.2 KiB

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*. Please adhere to the following guidelines or your Pull Request will be closed.
  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. ## Pull Requests
  11. * Consolidate multiple commits.
  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. * Write a short text why the application you're adding is actually awesome.
  15. * Put only stuff on the list you or another contributor can personally recommend
  16. ## Issues
  17. * Discussion, questions and bug reports only.
  18. * If you are sure software meets the guidelines, create a Pull Request (see above).
  19. * Check spelling and grammar.
  20. * Suggestions for improvements to existing structure are welcome.