Skip to content

Commit

Permalink
Added links for each of the branches to GitHub.
Browse files Browse the repository at this point in the history
This lets readers quickly and easily explore the code trees at each of the
branches with a single click.

Signed-off-by: Chris Larsen <[email protected]>
  • Loading branch information
mbrukman authored and manolama committed Jun 9, 2017
1 parent 8290315 commit 6ab74f7
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,14 @@ application.
The [GitHub repo branches](https://github.com/OpenTSDB/asynchbase) are laid
out as follows:

* `maintenance`: This was the last stable version of AsyncHBase and should only
have bug fix PRs created against it. Bugs should also be patched in master and
next.
* [`maintenance`](https://github.com/OpenTSDB/opentsdb/tree/maintenance): This
was the last stable version of AsyncHBase and should only have bug fix PRs
created against it. Bugs should also be patched in master and next.

* `master`: This is the current stable version of AsyncHBase and should only have
bug fix PRs created against it. Bug should also be patched in the next branch.
* [`master`](https://github.com/OpenTSDB/opentsdb/tree/master): This is the
current stable version of AsyncHBase and should only have bug fix PRs created
against it. Bug should also be patched in the next branch.

* `next`: This is the development version of AsyncHBase and all new features or
API changes should be written against this.
* [`next`](https://github.com/OpenTSDB/opentsdb/tree/next): This is the
development version of AsyncHBase and all new features or API changes should
be written against this.

0 comments on commit 6ab74f7

Please sign in to comment.