Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 693 Bytes

File metadata and controls

24 lines (16 loc) · 693 Bytes

Contributing

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.
  2. Sign the CLA when creating your first Pull Request.

CLA

The kpack CLI project team welcomes contributions from the community. If you wish to contribute code and you have not signed our contributor license agreement (CLA), our bot will update the issue when you open a Pull Request. For any questions about the CLA process, please refer to our FAQ.

Building Locally

go install ./cmd/kp

Running Tests

go test ./pkg/...