Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 683 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (14 loc) · 683 Bytes

Contributing Guide

To contribute you will need to ensure you have the following setup:

Then clone the repo and run ci/build.sh for building and running unit test.

git clone https://github.com/SumoLogic/sumologic-kubernetes-collection.git
./ci/build.sh

There is a prepared Vagrant environment with microk8s set up for collection tests, for details see here.

Releasing guide

In order to relase, please follow the releasing guide.