File: pull_request_template.md

package info (click to toggle)
python-arrow 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,192 kB
  • sloc: python: 14,846; makefile: 69; xml: 1
file content (22 lines) | stat: -rw-r--r-- 1,133 bytes parent folder | download | duplicates (3)
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.
-->