Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1023 Bytes

CONTRIBUTING.md

File metadata and controls

28 lines (21 loc) · 1023 Bytes

Contributing to nullable

Issue Reporting

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!

Pull Requests

The following process can be used to submit a pull request with a bug fix or enhancement to nullable:

  1. Fork the repository.
  2. Develop your changes.
  3. Open a pull request to the main branch of the GitHub repository using the template provided.
  4. Verify that all required checks pass.
  5. Wait for code review approval on your pull request.

Style

All pull requests should be formatted according to gofmt and go vet, at a minimum.