Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 944 Bytes

contributing.md

File metadata and controls

23 lines (19 loc) · 944 Bytes

Guidelines to contribute

  • Fork it!
  • Create your feature branch: git checkout -b my-new-feature
  • Add section if needed.
  • If you create a new section, add a item in summary.
  • Add section title to Table of contents.
  • Add section using header of two level.
  • Add subsection using header of four level.
  • The items listed in the sections must be in alphabetical onder
  • Search previous suggestions before making a new one, as yours may be a duplicate.
  • Check your spelling and grammar.
  • Make sure your text editor is set to remove trailing whitespace.
  • Items that are not in English, must have their language specified.
  • Commit your changes: git commit -m 'Add some feature'
  • Push to the branch: git push origin my-new-feature
  • Submit a pull request

After your pull request is merged

After your pull request is merged, you can safely delete your branch.