mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-23 17:28:22 +00:00
Fix broken links, fix travis
Summary: Caught by travis. https://travis-ci.org/Instagram/IGListKit/jobs/185367790 Many thanks to Sherlouk for setting this up. 💯 Closes https://github.com/Instagram/IGListKit/pull/344 Differential Revision: D4351406 Pulled By: jessesquires fbshipit-source-id: 385a3c5d738b1576a95812b9e4c598ea25773a78
This commit is contained in:
parent
4e42712e5b
commit
efca5a7c54
1 changed files with 1 additions and 1 deletions
2
.github/CONTRIBUTING.md
vendored
2
.github/CONTRIBUTING.md
vendored
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue