Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jondavidjohn authored and ddayguerrero committed Oct 17, 2018
1 parent 682dc66 commit ac4fa6d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@ Good Pull Requests include:

We strive for [semantic versioning](https://semver.org/) for our version number assignment, and utilize the [git flow](https://github.com/nvie/gitflow) tool to execute releases in the repository.

You can initialize git flow once it is installed with

```
$> git flow init -d
```

This will use the default branch naming conventions for git flow.

All new functionality should come in on the `develop` branch and when you're ready to cut a new release, start the process by using

```
Expand Down

0 comments on commit ac4fa6d

Please sign in to comment.