This repository uses GitHub issues to file requests for enhancement and bugs. Please use https://github.com/splunk/tarunner/issues to get started.
Splunk requires all contributors to sign a CLA. See https://github.com/splunk/cla-agreement
Run tests with:
> make test
Build:
> make build
To build for a different platform and architecture, use:
> GOOS=windows GOARCH=arm64 make build
To build for all supported architectures, run:
> make package
To build the Docker image associated with this project, run:
> make docker
This repository uses chloggen.
Each pull request must be accompanied by a changelog, except if its title is prefixed with [chore] or labelled with Skip Changelog.
To create a new changelog entry, type make chlog-new.
Follow the template and fill the information requested.