Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated PULL_REQUEST_TEMPLATE.md #38696

Merged
merged 15 commits into from
Jan 4, 2021
10 changes: 5 additions & 5 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- [ ] closes #xxxx
- [ ] tests added / passed
BobinMathew marked this conversation as resolved.
Show resolved Hide resolved
- [ ] passes `black pandas`
- [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
* [ ] closes [#38696](https://github.com/pandas-dev/pandas/issues/38694)
BobinMathew marked this conversation as resolved.
Show resolved Hide resolved
* [ ] tests added / passed
* [ ] passes `pre-commit run --from-ref=upstream/master --to-ref=HEAD --all-files`
BobinMathew marked this conversation as resolved.
Show resolved Hide resolved
* [ ] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing.html#code-standards) how to run them
BobinMathew marked this conversation as resolved.
Show resolved Hide resolved
* [ ] whatsnew entry