forked from PrefectHQ/prefect
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
19 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |