From f1a1b941d04235efeb7890130f47702d367aeb43 Mon Sep 17 00:00:00 2001 From: Anton Sotkov Date: Tue, 22 Nov 2016 06:27:19 -0800 Subject: [PATCH] Fixed link to contributing in pull request template Summary: Updated link for changes from e207ae52bfe7e6747c02da9eade0ef6d3b2b5cda. - [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 have reviewed the [contributing guide](https://github.com/Instagram/IGListKit/blob/master/.github/CONTRIBUTING.md) Closes https://github.com/Instagram/IGListKit/pull/249 Differential Revision: D4220005 Pulled By: rnystrom fbshipit-source-id: 88561b6d9afaeb5551f26278824ad4cfcf22e728 --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index b8d18b4d..5aef1f2b 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -6,4 +6,4 @@ - [ ] All tests pass. Demo project builds and runs. - [ ] I added tests, an experiment, or detailed why my change isn't tested. -- [ ] I have reviewed the [contributing guide](https://github.com/Instagram/IGListKit/blob/master/CONTRIBUTING.md) +- [ ] I have reviewed the [contributing guide](https://github.com/Instagram/IGListKit/blob/master/.github/CONTRIBUTING.md)