Browse Source

Updated CONTRIBUTING.md to describe new naming scheme.

Billy Lynch 13 years ago
parent
commit
fd962f6ccc
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      CONTRIBUTING.md

+ 5
- 0
CONTRIBUTING.md View File

@ -74,4 +74,9 @@ broken into separate service objects. These services map directly to how
the [GitHub API documentation][] is organized, so use that as your guide for the [GitHub API documentation][] is organized, so use that as your guide for
where to put new methods. where to put new methods.
Sub-service (e.g. [Repo Hooks][]) implementations are split into separate files
based on the APIs they provide. These files are named service_api.go (e.g.
repos_hooks.go) to describe the API to service mappings.
[GitHub API documentation]: http://developer.github.com/v3/ [GitHub API documentation]: http://developer.github.com/v3/
[Repo Hooks]: http://developer.github.com/v3/repos/hooks/

Loading…
Cancel
Save