From 690eb5befd00241dc15628a0e613625cb0bc65bf Mon Sep 17 00:00:00 2001 From: simon Date: Mon, 20 Sep 2021 09:56:50 +0700 Subject: [PATCH] added section about releases, master vs testing branch, #22 --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1c335362..97cd8578 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,3 +11,7 @@ If it has not yet been disclosed, go ahead and create an issue. ## Making changes To fix a bug or implement a feature, fork the repository and make all changes to the testing branch. When ready, create a pull request. + +## Releases + +Everything on the master branch is what's in the latest release and is what you get in your container when you `pull` either the *:latest* tag or the newest named version. If you want to test the newest changes and improvements, clone the repository and build the docker container with the Dockerfile from the testing branch. \ No newline at end of file