From 440a23a054114d17c48e1b15de9ed588f3372079 Mon Sep 17 00:00:00 2001 From: jonaswinkler Date: Fri, 27 Nov 2020 14:21:04 +0100 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1611bea9e..bd6080d35 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,7 +15,7 @@ Use python 3.6 for development. Paperless supports python 3.6, 3.7 and 3.8. master always reflects the latest release. -dev contains all changes that will be part of the next release. +dev contains all changes that will be part of the next release. Use this branch to start making your changes. feature-X branches is for experimental stuff that will eventually be merged into dev, and then released as part of the next release.