-
Notifications
You must be signed in to change notification settings - Fork 301
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding pull request template for flytekit (#91)
- Copying over pull_request_template. - Currently there is no boilerplate in the code
- Loading branch information
Ketan Umare
authored
Mar 9, 2020
1 parent
5cc1532
commit 9dde3ad
Showing
1 changed file
with
26 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# TL;DR | ||
_Please replace this text with a description of what this PR accomplishes._ | ||
|
||
## Type | ||
- [ ] Bug Fix | ||
- [ ] Feature | ||
- [ ] Plugin | ||
|
||
## Are all requirements met? | ||
|
||
- [ ] Code completed | ||
- [ ] Smoke tested | ||
- [ ] Unit tests added | ||
- [ ] Code documentation added | ||
- [ ] Any pending items have an associated Issue | ||
|
||
## Complete description | ||
_How did you fix the bug, make the feature etc. Link to any design docs etc_ | ||
|
||
## Tracking Issue | ||
https://github.com/lyft/flyte/issues/<number> | ||
|
||
## Follow-up issue | ||
_NA_ | ||
OR | ||
_https://github.com/lyft/flyte/issues/<number>_ |