2019-10-21 10:27:31 +08:00
### Description
Please describe your pull request. Thank you for contributing! You're the best.
### Your checklist for this pull request
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
<!-- - If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
2019-10-24 03:21:23 +02:00
- [ ] I have reviewed the [guidelines for contributing ](../blob/master/CONTRIBUTING.md ) to this repository.
2020-08-18 18:09:05 +02:00
- [ ] I have added an entry to [History.md ](../blob/master/History.md ) if this PR fixes a bug or adds a feature. If it doesn't need an entry to HISTORY.md, I have added `[changelog skip]` or `[ci skip]` to the pull request title.
2019-10-21 10:27:31 +08:00
- [ ] I have added appropriate tests if this PR fixes a bug or adds a feature.
- [ ] My pull request is 100 lines added/removed or less so that it can be easily reviewed.
2019-10-28 17:21:54 -06:00
- [ ] If this PR doesn't need tests (docs change), I added `[ci skip]` to the title of the PR.
2019-10-21 10:27:31 +08:00
- [ ] If this closes any issues, I have added "Closes `#issue` " to the PR description or my commit messages.
- [ ] I have updated the documentation accordingly.
- [ ] All new and existing tests passed, including Rubocop.