From 44e4cea531ec84ce6c55f74ae81e4f5bb045f6c8 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Tue, 2 Jun 2020 12:01:21 -0400 Subject: [PATCH] Note about branches --- .github/CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index be80cf9929..a7b2e34978 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -48,6 +48,9 @@ The following environment variables aren't required but enable more tests. ### Know your Code +- All feature work should be submitted to the `dev` branch for the next minor release. +- All patch work should be submitted to the `master` branch for the next patch. Changes will be automatically integrated into `dev` + The `/src` folder at the root of this repository contains a series of `README.md` files useful for helping find your way around the codebase. ## Specifications