After reviewing the issues list to verify your issue hasn't already been filed, please feel free to file an issue on the GitHub repository using the question, bug, or enhancement labels!
The following process can be used to submit a pull request with a bug fix or
enhancement to nullable
:
- Fork the repository.
- Develop your changes.
- Open a pull request to the
main
branch of the GitHub repository using the template provided. - Verify that all required checks pass.
- Wait for code review approval on your pull request.
All pull requests should be formatted according to gofmt
and go vet
, at a
minimum.