summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrett <brettywhite@users.noreply.github.com>2017-05-25 22:54:04 -0400
committerGitHub <noreply@github.com>2017-05-25 22:54:04 -0400
commit4a6f8110028d532915451719e2e569eb36e017b8 (patch)
treed14f193abf22293767ed0188c80a7204be589c3b
parent2c590720a13211dbc86f1019dc3b88ac73b0724a (diff)
downloadsdl_android-4a6f8110028d532915451719e2e569eb36e017b8.tar.gz
Update contributing.md
-rw-r--r--.github/CONTRIBUTING.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index 4d8fd2d05..e7fe19e7d 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -22,7 +22,3 @@ We use <a href="http://nvie.com/posts/a-successful-git-branching-model/">Gitflow
### Contributor's License Agreement (CLA)
In order to accept Pull Requests from contributors, you must first sign [the Contributor's License Agreement](https://docs.google.com/forms/d/1VNR8EUd5b46cQ7uNbCq1fJmnu0askNpUp5dudLKRGpU/viewform). If you need to make a change to information that you entered, [please contact us](mailto:justin@livio.io).
-
-### Repository Specific Guidelines
- * <a href="https://github.com/smartdevicelink/sdl_ios/wiki/Objective-C-Style-Guide" target="blank">iOS Style Guide</a>
- * Please document all code written using [Objective-C style documentation](http://nshipster.com/documentation/) for methods (we use [VVDocumenter](https://github.com/onevcat/VVDocumenter-Xcode) for methods and use inline code comments where it makes sense, i.e. for non-obvious code chunks.