Skip to content

Commit

Permalink
Fix broken links, fix travis
Browse files Browse the repository at this point in the history
Summary:
Caught by travis.
https://travis-ci.org/Instagram/IGListKit/jobs/185367790

Many thanks to Sherlouk for setting this up. 💯
Closes #344

Differential Revision: D4351406

Pulled By: jessesquires

fbshipit-source-id: 385a3c5d738b1576a95812b9e4c598ea25773a78
  • Loading branch information
jessesquires authored and Facebook Github Bot committed Dec 20, 2016
1 parent 4e42712 commit efca5a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ please open an issue on GitHub.

## Experimental changes

If your change can't be unit tested, we might ask that you add your change as an experiment so that we can verify your change works. To do this, first add a new option to [IGListExperiment](https://github.com/Instagram/IGListKit/blob/master/Source/IGListExperiments.h#L17).
If your change can't be unit tested, we might ask that you add your change as an experiment so that we can verify your change works. To do this, first add a new option to [IGListExperiment](https://github.com/Instagram/IGListKit/blob/master/Source/Common/IGListExperiments.h#L17).

This comment has been minimized.

Copy link
@Sherlouk

Sherlouk Dec 20, 2016

Contributor

🔥 🔥 🔥 ❤️


Then, use an `experiments` bitmask wherever your change is and wrap it in a check to see if it is enabled:

Expand Down

0 comments on commit efca5a7

Please sign in to comment.