Skip to content

Contributing

Sergei Pogrebnyak edited this page Apr 30, 2018 · 7 revisions

You can contribute to the template library in many ways:

  • Add or update README.md files and/or inline comments in template.yaml files
  • Add new templates
  • Add new tests
  • Enable Docker image build for a template
  • Certify templates on non-default platforms
  • Certify templates for older releases

General process

  1. Fork the project
  2. Make the changes and test them locally
  3. Create a pull request

Getting Started

You can make trivial changes to README.md or template.yaml comments directly on GitHub website using online editor.

For more elaborate changes you need to setup a local development environment.

Requirements:

  1. Docker
  2. Internet access
  3. GitHub account

Next: Setting up dev environment

Clone this wiki locally