Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- [ ] Closes #xxxx
- [ ] Tests added / passed
- [ ] Passes `flake8`
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've opted to:

Would be happy to amend the PR accordingly, subject to expressed preferences for alternatives.

- [ ] Passes `black dask_ml`
- [ ] Passes `isort .`
- [ ] Passes `mypy dask_ml/metrics`
- [ ] Passes `mypy dask_ml/preprocessing`