Feature: Evolution of a project by control versioning
As a Peer
I want to initiate a new project in a collaborative mode
So that the project may evolve and be enhanced by others rather than myself only one time
And track the changes in the road
@happypath
Scenario: First time project
Given I kick off a new project
When I select the #Collaborative tag
And my project allows version control
Then another peer may add changes to my current project
#Please add more scenarios