Skip to content

Commit

Permalink
Add information about branches used for development
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmeyer committed Jul 31, 2017
1 parent 62b273b commit 8c204a5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,15 @@ For an up-to-date list of all supported Ruby versions, please see our [`.travis.

Please see the [CONTRIBUTING](CONTRIBUTING.md) file.

## Code branches

We use two branches for development: "master" and "still". The "master" branch
contains the code of the current major version. The "still" branch is used for the
old major version. New features are only added to "master". The still branch is
still maintained, but only get fixes for major bugs though having the still
branch shall be considered as experimental - we need to find out how work it is
to maintain two branches of code.

## Build Status

|Version|Linux / OS X|Windows|
Expand Down
11 changes: 11 additions & 0 deletions features/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,20 @@ for the most up to date documentation.

## Development

### Api Documentation

A full documentation of the API can be found
[here](http://www.rubydoc.info/github/cucumber/aruba/master/frames).

### Code branches

We use two branches for development: "master" and "still". The "master" branch
contains the code of the current major version. The "still" branch is used for the
old major version. New features are only added to "master". The still branch is
still maintained, but only get fixes for major bugs though having the still
branch shall be considered as experimental - we need to find out how work it is
to maintain two branches of code.

# Initialize an existing project

There's an initializer to make it easier for you to get started.
Expand Down

0 comments on commit 8c204a5

Please sign in to comment.