Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 1.56 KB

File metadata and controls

19 lines (11 loc) · 1.56 KB

Contributing

When contributing to this repository, please first discuss the change you wish to make via issue, email or any other method with the owners of this repository before making a change.

Please note we have a code of conduct, please follow it in all your interactions with the project.

Making a change

Working on your first Pull Request? You can learn how from this free series, How to Contribute to an Open Source Project on GitHub. Another useful source of information is First Timers Only.

Please use the develop branch as starting point for your own branch, and the target for any pull requests.

If you're adding a commodity, at the very minimum it will need a compose-fragment.yml and a README entry. If there is support for extra functionality such as provisioning snippets, then a working example should be placed in the snippets directory and linked to from the README.

It is preferred that base images come from container registries other than Docker Hub where possible to avoid users being adversely affected by pull limits (alternatives include quay.io and Amazon ECR), but only where an official image exists in those locations. If an official image only exists in Docker Hub, then use the Docker Hub image. Care should always be taken when referencing third-party base images from any container registry.