-
Notifications
You must be signed in to change notification settings - Fork 387
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Adeel Hassan <[email protected]>
- Loading branch information
Showing
1 changed file
with
10 additions
and
5 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,24 +1,29 @@ | ||
## Overview | ||
|
||
Brief description of what this PR does, and why it is needed. | ||
<!-- Brief description of what the PR does and why it is needed. --> | ||
|
||
This PR ... | ||
|
||
### Checklist | ||
|
||
- [ ] Added `needs-backport` label if PR is bug fix that applies to previous minor release | ||
- [ ] Ran scripts/format_code and committed any changes | ||
- [ ] Documentation updated if needed | ||
- [ ] Added unit tests, if applicable | ||
- [ ] Updated documentation, if applicable | ||
- [ ] Added `needs-backport` label if the change should be back-ported to the previous release | ||
- [ ] PR has a name that won't get you publicly shamed for vagueness | ||
|
||
### Notes | ||
|
||
Optional. Ancillary topics, caveats, alternative strategies that didn't work out, anything else. | ||
<!-- (Optional) Ancillary topics, caveats, alternative strategies that didn't work out, anything else. --> | ||
|
||
|
||
## Testing Instructions | ||
|
||
<!-- | ||
* How to test this PR | ||
* Prefer bulleted description | ||
* Start after checking out this branch | ||
* Include any setup required, such as rebuilding the Docker image. | ||
* Include test case, and expected output if not captured by automated tests. | ||
--> | ||
|
||
Closes #XXX |