From 9a561341309cfd2aabf04e884257c41972c76e9b Mon Sep 17 00:00:00 2001 From: Bernat Romagosa Date: Wed, 11 Jul 2018 14:07:59 +0200 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..ef072715 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,16 @@ +# 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**. + +Pull requests that do not respond to an open issue that has been agreed upon by the maintainers +will most likely be rejected. + +Please note we have a code of conduct, please follow it in all your interactions with the project. + +## Pull Request Process + +1. Ensure any install or build dependencies are removed before the end of the layer when doing a + build. +2. Update the README.md with details of changes to the interface, this includes new environment + variables, exposed ports, useful file locations and container parameters.