Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 680 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (15 loc) · 680 Bytes

Contributing

If you want to contribute to Hercule, please use a GitHub pull request. This is the fastest way for features and fixes to be reviewed and merged it into the code base.

To do this, clone the repo and run yarn to install dependencies.

Getting started

The process of submitting a pull request is fairly straightforward and generally follows the same pattern each time:

  1. Create a new branch
  2. Make your changes
  3. Rebase onto upstream
  4. Run the tests
  5. Squash your commits
  6. Double check your submission
  7. Submit the pull request

Commit conventions

Hecule follows Conventional Commits for commit message format.