Skip to content

Commit

Permalink
Update PR template
Browse files Browse the repository at this point in the history
  • Loading branch information
jlowin committed Aug 17, 2020
1 parent 69c5243 commit 612360d
Showing 1 changed file with 19 additions and 8 deletions.
27 changes: 19 additions & 8 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,28 @@
**Thanks for contributing to Prefect!**
<!-- Thanks for contributing to Prefect Core! 🎉-->

Please describe your work and make sure your PR:
## Summary
<!-- A sentence summarizing the PR -->

- [ ] adds new tests (if appropriate)
- [ ] add a changelog entry in the `changes/` directory (if appropriate)
- [ ] updates docstrings for any new functions or function arguments, including `docs/outline.toml` for API reference docs (if appropriate)

Note that your PR will not be reviewed unless all three boxes are checked.

## What does this PR change?

## Changes
<!-- What does this PR change? -->




## Importance
<!-- Why is this PR important? -->

## Why is this PR important?



## Checklist
<!-- PRs will not be reviewed unless these boxes are checked -->

This PR:

- [ ] adds new tests (if appropriate)
- [ ] adds a change file in the `changes/` directory (if appropriate)
- [ ] updates docstrings for any new functions or function arguments, including `docs/outline.toml` for API reference docs (if appropriate)

0 comments on commit 612360d

Please sign in to comment.