This project and everyone participating in it is governed by the Code of Conduct.
- Fork https://github.com/anmitsu/goful/fork
- Create a feature branch
- Commit your changes (follow the Conventional Commits)
- Rebase your local changes against the
master
branch - Run test suite with the
go test ./...
command and confirm that it passes - Run
gofmt -s
- Create a new Pull Request