Contributions are always welcome. Before contributing please read the
code of conduct &
search the issue tracker; your issue
may have already been discussed or fixed in develop
. To contribute:
- Fork leblad-go repository (see: How to fork a repository on Github).
- Do your magic 😃, and please make sure that all tests are passing (run
go test -v ./...
) - Commit your changes (we would be supper happy if you use commitzen).
- Send a pull request and point it to
main
branch.
Feature requests should be submitted in the issue tracker, with a description of the expected behavior & use case. Before submitting a request, please search for similar ones in the closed issues.
When logging a bug, please be sure to answer the following:
- A clear and concise description of what the bug is
- If at all possible, an isolated way to reproduce the behavior
- The behavior you expect to see, and the actual behavior
The issue tracker is for issues, in other words, bugs and suggestions.