From 5202c804edd4beb6a40f2e4eb24b9faf645cf9d2 Mon Sep 17 00:00:00 2001 From: Will Norris Date: Wed, 17 Feb 2016 11:07:57 -0800 Subject: [PATCH] CONTRIBUTING: remove paragraph that was rewritten --- CONTRIBUTING.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8167335..27c4548 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -70,10 +70,6 @@ documentation, following the format `{service}_{api}.go`. For example, methods defined at 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