Skip to content

Commit

Permalink
adding "contributing" doc
Browse files Browse the repository at this point in the history
  • Loading branch information
naegelejd committed May 7, 2015
1 parent 2a05896 commit 5978651
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CONTRIBUTING.md
@@ -0,0 +1,13 @@
## Submitting a Feature or Bug Fix

1. Create an issue on Github.
1. Fork this repository using your Github account
2. Create a feature/topic branch
3. Implement your feature or bug fix and corresponding unit test(s).
4. Ensure all unit tests pass.
5. Add, commit and push your changes.
6. Submit a pull request.

## Coding Style

Use [gofmt](https://golang.org/cmd/gofmt/)

0 comments on commit 5978651

Please sign in to comment.