Skip to content

Commit

Permalink
Add contribution guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
frankienicoletti committed Jun 19, 2018
1 parent cffc983 commit da8684b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CONTRIBUTING.md
@@ -0,0 +1,10 @@
Thanks for helping us build Recurly's Go library! This page contains requirements and guidelines for contributions.

#### Requirements
* New objects must include type assertions in the service and mock.
* New services need to be added to `services.go` and in the `mock` package.
* This package uses `cmp` instead of `reflect` for tests. All submissions must include tests.
* Please follow the Go Standard Library style (for example, line comments should end with a period but inline comments should not).

#### Problems or questions?
The best place to ask dev related questions is in `Issues` for this repo.

0 comments on commit da8684b

Please sign in to comment.