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
911 B

10 years ago
10 years ago
10 years ago
10 years ago
  1. # Contribution Guidelines
  2. Ensure your pull request adheres to the following guidelines:
  3. * This is an open source compilation.
  4. * Check the license of the software is suitable.
  5. * Search previous suggestions before making a new one.
  6. * Don't create duplicates.
  7. * Make an individual commit for each category.
  8. * Consolidate multiple commits to a pull request.
  9. * In pull request descriptions:
  10. * Use imperative (e.g. add instead of added/adding).
  11. * Include application names and categories.
  12. * Include a link to the open source project page.
  13. * Example: *Add mosh, openSSH to SSH*
  14. * Use the following format: \[RESOURCE\]\(LINK\) - DESCRIPTION.
  15. * Keep descriptions short.
  16. * End descriptions with a full stop/period.
  17. * Order projects alphabetically within each category.
  18. * Check spelling and grammar.
  19. * Improvements to the existing categorisation are welcome.
  20. Thank you very much for your suggestions!