Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 316 Bytes

contributing.md

File metadata and controls

12 lines (9 loc) · 316 Bytes

Contributing guide

  • Create an issue
  • Fork project
  • Create your feature branch (git checkout -b issue-id)
  • Commit your changes (git commit -am 'Add some feature')
  • Push to the branch (git push origin issue-id)
  • Create new Pull Request

Requirements

  • Every pull request code must be covered by tests