From 266694509f7470566f0460fc82a9b7465f56f56c Mon Sep 17 00:00:00 2001 From: Garret Wassermann Date: Mon, 18 Oct 2021 01:02:55 -0400 Subject: [PATCH] Update CONTRIBUTING to reference the new 0.3 release branch --- CONTRIBUTING.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index bc1e7ee9..8edda10b 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -37,7 +37,7 @@ Short story: * pull requests for `master` are for the next major release * pull requests for a current release should go to appropriate release branch - (for example, bugfixes for 0.2 should go to the `0.2.x` branch.) + (for example, bugfixes for 0.3 should go to the `0.3` branch.) Longer story: @@ -47,6 +47,7 @@ In general, our git branching scheme looks like the following. major new features should go here * current and past major releases are found in their own branches: + * `0.3` is the branch for the 0.3 release and any bugfix releases * `0.2.x` is the branch for the 0.2 release and any bugfix releases * `0.1` is the branch for the legacy code; it is no longer supported