Contributing

July 11, 2023 ยท View on GitHub

Getting Started

To get started, ensure you have completed the following prerequisites for contributing to the project:

  1. Read and observe the code of conduct.

Building Locally

go install ./cmd/kp

Running Tests

go test ./pkg/...

Contents

  1. 1Getting Started
  2. 2Building Locally
  3. 3Running Tests