2016-05-29 02:46:40 +08:00
|
|
|
### New Pull Request Checklist
|
|
|
|
|
|
|
|
* [ ] I have read and understood the [CONTRIBUTING guide](https://github.com/rs/SDWebImage/blob/master/.github/CONTRIBUTING.md)
|
|
|
|
* [ ] I have read the [Documentation](http://cocoadocs.org/docsets/SDWebImage/)
|
|
|
|
* [ ] I have searched for a similar pull request in the [project](https://github.com/rs/SDWebImage/pulls) and found none
|
|
|
|
|
|
|
|
* [ ] I have updated this branch with the latest master to avoid conflicts (via merge from master or rebase)
|
|
|
|
* [ ] I have added the required tests to prove the fix/feature I am adding
|
2016-11-02 01:33:43 +08:00
|
|
|
* [ ] I have updated the documentation (if necessary)
|
2016-05-29 02:46:40 +08:00
|
|
|
* [ ] I have run the tests and they pass
|
|
|
|
* [ ] I have run the lint and it passes (`pod lib lint`)
|
|
|
|
|
2019-01-30 23:05:42 +08:00
|
|
|
This merge request fixes / refers to the following issues: ...
|
2016-05-29 02:46:40 +08:00
|
|
|
|
|
|
|
### Pull Request Description
|
|
|
|
|
|
|
|
...
|
|
|
|
|