Skip to content
This repository has been archived by the owner on Aug 10, 2021. It is now read-only.

Latest commit

History

History
12 lines (9 loc) 路 511 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (9 loc) 路 511 Bytes

Contributing to Hooka

This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code.

Do you want to contribute? Here's a quick guide:

  1. Fork this repository
  2. Create your feature/bugfix branch: git checkout -b my-feature
  3. Commit your changes: git commit -am 'Add a cool feature'
  4. Push to the branch: git push origin my-feature
  5. Create a new pull request