Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 692 Bytes

CONTRIBUTING.md

File metadata and controls

34 lines (20 loc) · 692 Bytes

Contributing

By participating to this project, you agree to abide our code of conduct.


How to contribute

Basic setup

HORNET is written in Go.

Prerequisites:

  1. Setup Go 1.14+
  2. Fork HORNET
  3. 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.