From 1178e9e58acc5577fb5e7299542821f24afd979b Mon Sep 17 00:00:00 2001 From: alext Date: Sat, 3 Nov 2018 17:24:51 +0100 Subject: [PATCH] Created separate code of conduct document and renamed files back to capital, so that they are easier to find. --- changelog.md => CHANGELOG.md | 0 contributing.md => CODE_OF_CONDUCT.md | 19 +------------------ CONTRIBUTING.md | 17 +++++++++++++++++ license => LICENSE | 0 readme.md => README.md | 0 5 files changed, 18 insertions(+), 18 deletions(-) rename changelog.md => CHANGELOG.md (100%) rename contributing.md => CODE_OF_CONDUCT.md (76%) create mode 100644 CONTRIBUTING.md rename license => LICENSE (100%) rename readme.md => README.md (100%) diff --git a/changelog.md b/CHANGELOG.md similarity index 100% rename from changelog.md rename to CHANGELOG.md diff --git a/contributing.md b/CODE_OF_CONDUCT.md similarity index 76% rename from contributing.md rename to CODE_OF_CONDUCT.md index 9cdfc159..cb58ca69 100644 --- a/contributing.md +++ b/CODE_OF_CONDUCT.md @@ -1,21 +1,4 @@ -# Contributing - -When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other -method with the owner 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. - -## Pull Request Process - -1. Ensure any install or build dependencies are removed before the end of the layer when doing a build. -2. Ensure that your changes comply with the project's coding guidelines and that it's sufficiently documented. -3. Update the README.md with details of changes to the interface, this includes new environment variables, exposed - ports, useful file locations and container parameters. -4. Target the develop branch for your Pull Requests as this is were new changes are introduced. -4. After being successfully reviewed pull requests will be merged to develop branch and will finally be included in an - upcoming release. - -## Code of Conduct +# Code of Conduct ### Our Pledge diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..f1baecf0 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,17 @@ +# Contributing + +When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other +method with the owner 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. + +## Pull Request Process + +1. Ensure any install or build dependencies are removed before the end of the layer when doing a build. +2. Ensure that your changes comply with the project's coding guidelines and that it's sufficiently documented. +3. Update the README.md with details of changes to the interface, this includes new environment variables, exposed + ports, useful file locations and container parameters. +4. Target the develop branch for your Pull Requests as this is were new changes are introduced. +4. After being successfully reviewed pull requests will be merged to develop branch and will finally be included in an + upcoming release. + diff --git a/license b/LICENSE similarity index 100% rename from license rename to LICENSE diff --git a/readme.md b/README.md similarity index 100% rename from readme.md rename to README.md