From 0ab9e0323ec066ebabc28c4724cd0dd5cf3a0653 Mon Sep 17 00:00:00 2001 From: Daniel Alamo Date: Thu, 25 May 2017 07:28:02 -0700 Subject: [PATCH] Change `help out` to `help` in readme.md Summary: Issue fixed: #761 - [x] All tests pass. Demo project builds and runs. - [x] I added tests, an experiment, or detailed why my change isn't tested. - [x] I added an entry to the `CHANGELOG.md` for any breaking changes, enhancements, or bug fixes. - [x] I have reviewed the [contributing guide](https://github.com/Instagram/IGListKit/blob/master/.github/CONTRIBUTING.md) Closes https://github.com/Instagram/IGListKit/pull/778 Differential Revision: D5129314 Pulled By: rnystrom fbshipit-source-id: 3e0f3f9df908966d1e24f3827451a68ef72862f0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7bf97188..5c0fad8e 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ For the long term goals and "vision" of `IGListKit`, please read our [Vision](ht ## Contributing -Please see the [CONTRIBUTING](https://github.com/Instagram/IGListKit/blob/master/.github/CONTRIBUTING.md) file for how to help out. At Instagram we sync the open source version of `IGListKit` daily, so we're always testing the latest changes. But that requires all changes be thoroughly tested and follow our style guide. +Please see the [CONTRIBUTING](https://github.com/Instagram/IGListKit/blob/master/.github/CONTRIBUTING.md) file for how to help. At Instagram we sync the open source version of `IGListKit` daily, so we're always testing the latest changes. But that requires all changes be thoroughly tested and follow our style guide. We have a set of [starter tasks](https://github.com/Instagram/IGListKit/issues?q=is%3Aissue+is%3Aopen+label%3Astarter-task) that are great for beginners to jump in on and start contributing.