-
Notifications
You must be signed in to change notification settings - Fork 2
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
1 parent
557fd90
commit 517a205
Showing
1 changed file
with
24 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,24 @@ | ||
## PR Type | ||
|
||
- [ ] Regular Task | ||
- [ ] Bug Fix | ||
- [ ] QA Tests | ||
|
||
## Description | ||
|
||
<!--- | ||
Describe what has been changed or added in this PR. | ||
Please add enough context for: | ||
1) A reviewer to understand the change | ||
2) Other engineers trying to figure out why this code exists in the future | ||
--> | ||
|
||
## Checklist | ||
|
||
<!-- Check all that apply and leave empty those that don't. --> | ||
|
||
- [ ] I have self-reviewed this PR. | ||
- [ ] I have left comments in the code for clarity. | ||
- [ ] I have added necessary unit tests. | ||
- [ ] I have updated the documentation as needed. |