Skip to content

Commit

Permalink
Update CONTRIBUTING to reference the new 0.3 release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
gwasser committed Oct 18, 2021
1 parent ec96538 commit 2666945
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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

Expand Down

0 comments on commit 2666945

Please sign in to comment.