Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 955 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (19 loc) · 955 Bytes

Contributing

We welcome contributions. For small changes, open a pull request. If you'd like to discuss an improvement or fix before writing the code, please open a Github issue.

Before code can be accepted all contributors must complete our Individual Contributor License Agreement (CLA)

Reporting Issues

Please report issues in Github issues.

Table of Contents

Technical Details

Local Development

  1. Clone the repo
  2. Run go get && go mod tidy

Releasing a new version

Tag the branch with the appropriate version number (ex v1.2.0).

Run git push origin v1.2.0

Docs: https://go.dev/blog/publishing-go-modules