Skip to content

Commit

Permalink
Create pull_request_template.md
Browse files Browse the repository at this point in the history
  • Loading branch information
raghavTinker authored Apr 21, 2023
1 parent 732d2f7 commit 34c50bf
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/pull_request_template.md
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]()

0 comments on commit 34c50bf

Please sign in to comment.