-
Notifications
You must be signed in to change notification settings - Fork 62
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
732d2f7
commit 34c50bf
Showing
1 changed file
with
28 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,28 @@ | ||
## Description | ||
``Add here the description of the task you worked upon`` | ||
|
||
### Type of change | ||
- [ ] Bug fix | ||
- [ ] Feature (New flow which doesn't break any existing feature) | ||
- [ ] Feature that breaks any existing implementation | ||
- [ ] Other ``Add here`` | ||
|
||
## Why do we need this? | ||
``Some context on why we need these changes? What business or engineering goal will be achieved?`` | ||
|
||
## Technical changes | ||
``Mention high level changes related to model, API request and response body or any other relevant detail.`` | ||
|
||
## How to test? | ||
``Steps you followed to test the changes. Is there any bypass added for preprod?`` | ||
|
||
## Checklist | ||
|
||
- [ ] I have added proper comments in the code. | ||
- [ ] I have added new unittests which cover all new changes made. | ||
|
||
## Links | ||
|
||
- [Linear Task]() | ||
- [Notion Doc]() | ||
- [Other]() |