Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 421 Bytes

CONTRIBUTING.adoc

File metadata and controls

10 lines (9 loc) · 421 Bytes

Contributing

  1. Fork it

  2. Download your fork

  3. Create your feature branch (git checkout -b my-new-feature)

  4. Create your changelog entry (tools/changelog add new --author [me] --title my-new-feature)

  5. Make changes and add them (git add .) (include the unfinished folder)

  6. Commit your changes (git commit -m 'Add some feature')

  7. Push to the branch (git push origin my-new-feature)

  8. Create new pull request