Skip to content

Commit

Permalink
Update CONTRIBUTING to reflect additions to the mgmt interface
Browse files Browse the repository at this point in the history
  • Loading branch information
rubyist committed Apr 7, 2015
1 parent 4d841a8 commit 405976f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ would like to make that are not dependent upon each other, consider submitting
them as separate pull requests.
- Write a [good commit message](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html).

## Updating management templates
0. Install go.rice with `go install github.com/GeertJohan/go.rice`
0. Run `rice embed-go` after all template changes have been made
0. Commit the change
0. Submit a pull request.

## Updating 3rd party packages

0. Run `godep save` to add new dependencies.
Expand Down

0 comments on commit 405976f

Please sign in to comment.