Update CONTRIBUTING to reference the new 0.3 release branch

This commit is contained in:
Garret Wassermann 2021-10-18 01:02:55 -04:00
parent ec96538a54
commit 266694509f

View File

@ -37,7 +37,7 @@ Short story:
* pull requests for `master` are for the next major release * pull requests for `master` are for the next major release
* pull requests for a current release should go to appropriate release branch * 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: Longer story:
@ -47,6 +47,7 @@ In general, our git branching scheme looks like the following.
major new features should go here major new features should go here
* current and past major releases are found in their own branches: * 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.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 * `0.1` is the branch for the legacy code; it is no longer supported