-
Notifications
You must be signed in to change notification settings - Fork 15
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
30 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,30 @@ | ||
## Type of change | ||
|
||
- [ ] Refactor | ||
- [ ] New feature | ||
- [ ] Bug fix | ||
- [ ] Optimization | ||
- [ ] Documentation Update | ||
|
||
## Description | ||
|
||
<!--- Describe your changes in detail --> | ||
|
||
## Related Tickets & Documents | ||
|
||
- Related Issue # | ||
- Closes # | ||
|
||
## Checklist before requesting a review | ||
|
||
- [ ] I have performed a self-review of my code. | ||
- [ ] If it is a core feature, I have added thorough tests. | ||
- [ ] I have performed both Unittests and Integration tests. | ||
|
||
## Testing | ||
- Does below tests are passed | ||
- [ ] UnitTest | ||
- [ ] IntegrationTest | ||
- Please describe the System Under Test. | ||
- Please provide detailed steps to perform tests related to this code change. | ||
- How were the fix/results from this change verified? Please provide relevant screenshots or results. |