Thank you for your interest in contributing to Hare!
This project uses PC3 (Pedantic Code Construction Contract) process for contributions.
To request changes, log an issue and describe the problem you are facing.
-
Fork the repository (once).
-
Create a new branch. E.g.,
git checkout -b save-the-prince
-
Implement the change, adhering to the Coding Style Guidelines.
-
Prepare a commit in accordance with Patch Requirements.
Note: use
git commit --signoff
to commit your code changes. You can enable--signoff
by default withgit config --local --add format.signOff true