Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1 KB

contributing.md

File metadata and controls

26 lines (19 loc) · 1 KB

Contribution Guidelines

Please ensure your pull request adheres to the following guidelines:

  • Good design patterns resources should describe and explain several patterns (not describe a single pattern only).
  • Search previous suggestions before making a new one, as yours may be a duplicate.
  • Use the following format: [name](link) - Description.
  • New categories, or improvements to the existing categorization are welcome.
  • Keep descriptions short and simple, but descriptive.
  • End all descriptions with a full stop/period.
  • Check your spelling and grammar.
  • The pull request should include a link to the package and why it should be included.
  • Patterns should be software related

Thank you for your suggestions!

Contribution to GitHub steps

  • Fork it!
  • Create your branch: git checkout -b my-new-branch
  • Commit your changes: git commit -am 'fix stuff'
  • Push to the branch: git push origin my-new-branch
  • Submit a pull request

(or manually edit the readme file in github and create a pull request)