Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 478 Bytes

CONTRIBUTING.md

File metadata and controls

28 lines (18 loc) · 478 Bytes

Contributing

Adding a New Item to the Catalog

Install Golang.

Fork the repository, then get the code:

go get github.com/argoproj-labs/argo-workflows-catalog

Copy the "hello world" template:

cd ~/go/src/github.com/argoproj-labs/argo-workflows-catalog
cp -R templates/hello-world templates/my-template

Edit templates/my-template/manifests.yaml to add your template.

Run make:

make

Commit your changes and make a pull request.