Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (11 loc) · 617 Bytes

contributing.md

File metadata and controls

18 lines (11 loc) · 617 Bytes

🎉 Thanks for taking the time to contribute to Hoopa! 🎉

It is highly appreciated that you take the time to help improve Hoopa.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b feature/new-feature
  3. Commit your changes: git commit -m 'add some feature'
  4. Push to the branch: git push origin my-new-feature

All commands to build and test are available on package.json.

Remember that we have a pre-commit hook with steps that analyzes and prevents mistakes.

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

Celebrate! 🎉