1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
## Pull Request Checklist
Thank you for taking the time to improve Arrow! Before submitting your pull request, please check all *appropriate* boxes:
<!-- Check boxes by placing an x in the brackets like this: [x] -->
- [ ] ๐งช Added **tests** for changed code.
- [ ] ๐ ๏ธ All tests **pass** when run locally (run `tox` or `make test` to find out!).
- [ ] ๐งน All linting checks **pass** when run locally (run `tox -e lint` or `make lint` to find out!).
- [ ] ๐ Updated **documentation** for changed code.
- [ ] โฉ Code is **up-to-date** with the `master` branch.
If you have *any* questions about your code changes or any of the points above, please submit your questions along with the pull request and we will try our best to help!
## Description of Changes
<!--
Replace this commented text block with a description of your code changes.
If your PR has an associated issue, insert the issue number (e.g. #703) or directly link to the GitHub issue (e.g. https://github.com/arrow-py/arrow/issues/703).
Pro-tip: writing "Closes: #703" in the PR body will automatically close issue #703 when the PR is merged.
-->
|