From ac0bac5b769441b8106a26857417540efc9cd86c Mon Sep 17 00:00:00 2001 From: cp2004 <31997505+cp2004@users.noreply.github.com> Date: Wed, 5 Aug 2020 11:39:06 +0100 Subject: [PATCH] :pencil2: Update branch descriptions --- CONTRIBUTING.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f9a3b89..3412cfa 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,10 @@ Please take note of the few things below for contributing to the plugin, it's not extensive and designed to make contributions as smooth as possible -* Please only create pull requests against `maintenance` or `devel`. Never master, as this is downloaded by users. +* Please only create pull requests against: + * `maintenance` for bug fixes or improvements + * `devel` for new features + * Never `master`, as this is downloaded by users so must remain untouched until release. (EXCEPTION: Documentation, like this) * If your changes are large or disruptive, please open an issue first to dicuss. There may be things in the pipeline that would conflict * Read the detail below so you understand how the plugin works!