Skip to content

Commit

Permalink
Fix broken links, fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jessesquires committed Dec 20, 2016
1 parent 4e42712 commit fae3700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
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).

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 fae3700

Please sign in to comment.