Browse Source

CONTRIBUTING: remove paragraph that was rewritten

Will Norris 10 years ago
parent
commit
5202c804ed
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      CONTRIBUTING.md

+ 0
- 4
CONTRIBUTING.md View File

@ -70,10 +70,6 @@ documentation, following the format `{service}_{api}.go`. For example, methods
defined at <https://developer.github.com/v3/repos/hooks/> live in
[repos_hooks.go][].
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/
[repos_hooks.go]: https://github.com/google/go-github/blob/master/github/repos_hooks.go


Loading…
Cancel
Save