Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 582 Bytes

CONTRIBUTING.md

File metadata and controls

29 lines (18 loc) · 582 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. Write a breif description of your contribution in the metadata.annotations section of your template.

Run make:

make

Commit your changes and make a pull request.