Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 448 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (13 loc) · 448 Bytes

Contributing

First fork this project.

Request a feature

  • git checkout -b feature/my-feature

  • git commit -m "feature(auth): add a cool feature"

  • git push origin feature/my-feature

Pull a bug fix...

  • git checkout -b fix/my-fix

  • git commit -m "fix(eslint): fixes a bug ..."

  • git push origin fix/my-fix

Lastly, open a pull request on Github.