Contributing
note
By participating in this project, you agree to abide our code of conduct.
How to Contribute
Basic Setup
HORNET
is written in Go.
Prerequisites:
- Setup Go 1.14+.
- Fork
HORNET
. - Test your setup by building
HORNET
:go build
Make your Changes
Make your changes and test them sufficiently.
Create a Commit
Commit messages should be well formatted.
You can use this as a guide: Conventional Commits.
Submit a Pull Request
Push your branch to your HORNET
fork and open a pull request to the develop branch.