Skip to content

Commit 405976f

Browse files
author
rubyist
committed
Update CONTRIBUTING to reflect additions to the mgmt interface
1 parent 4d841a8 commit 405976f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ would like to make that are not dependent upon each other, consider submitting
2323
them as separate pull requests.
2424
- Write a [good commit message](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html).
2525

26+
## Updating management templates
27+
0. Install go.rice with `go install github.com/GeertJohan/go.rice`
28+
0. Run `rice embed-go` after all template changes have been made
29+
0. Commit the change
30+
0. Submit a pull request.
31+
2632
## Updating 3rd party packages
2733

2834
0. Run `godep save` to add new dependencies.

0 commit comments

Comments
 (0)