From e207ae52bfe7e6747c02da9eade0ef6d3b2b5cda Mon Sep 17 00:00:00 2001 From: Jesse Squires Date: Sat, 29 Oct 2016 14:36:04 -0700 Subject: [PATCH] Move contributing.md to .github. Close #114 Summary: Move contributing.md to .github. Close #114 Closes https://github.com/Instagram/IGListKit/pull/136 Differential Revision: D4101580 Pulled By: rnystrom fbshipit-source-id: b54cc9b0fe97b58bfd3914e7cc36859cadcbc0b7 --- CONTRIBUTING.md => .github/CONTRIBUTING.md | 0 README.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename CONTRIBUTING.md => .github/CONTRIBUTING.md (100%) diff --git a/CONTRIBUTING.md b/.github/CONTRIBUTING.md similarity index 100% rename from CONTRIBUTING.md rename to .github/CONTRIBUTING.md diff --git a/README.md b/README.md index 03f40cf7..7f211c1e 100644 --- a/README.md +++ b/README.md @@ -225,7 +225,7 @@ You can find [the docs here](https://instagram.github.io/IGListKit). Documentati ## Contributing -Please see the [CONTRIBUTING](CONTRIBUTING.md) file for how to help out. At Instagram we sync the open source version of `IGListKit` almost daily, so we're always testing the latest changes. But that requires all changes be thoroughly tested follow our style guide. +Please see the [CONTRIBUTING](.github/CONTRIBUTING.md) file for how to help out. At Instagram we sync the open source version of `IGListKit` almost daily, so we're always testing the latest changes. But that requires all changes be thoroughly tested follow our style guide. ## License