Skip to content

Commit

Permalink
Add Feature branching info
Browse files Browse the repository at this point in the history
  • Loading branch information
Weffe committed Oct 28, 2017
1 parent c9e91fd commit 52dbdaf
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,36 @@ Simple Example: `feature/UserInterface-rethinkDB-24`

Multiple Issues Example: `feature/UserInterface-components-14-17-23`

### Creating a Feature Branch

If you need to create a feature branch then always remember to branch off from your base project branch. For example, if
I need to create a feature branch under the User Interface project then I will branch off from the User Interface branch.

```
master
\
- User Interface
\
- feature/UserInterface-Layout-19
```

## Git Layout

Our layout for the git structure looks like so:
```
├───master
├───UserInterface
├───MobileApp
├───ProcessManager
├───Autonomy
├───ComputerVision
├───Mobility
├───Science
├───docs
├───schematics
```

## Typical Workflow

A typical day in development land looks like so:
Expand Down

0 comments on commit 52dbdaf

Please sign in to comment.