Skip to content

Commit

Permalink
Added pull request template
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurvir committed Mar 24, 2024
1 parent e0223c7 commit 43a39f4
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
## Description
<Put a one line short summary of what this PR does.>
This PR will add an API to create categories.

## Features covered
<Put the link of your Jira task. Should be ideally 1 but if in case there are more than one, you should add all of them.>
* https://jira.com/foo/bar

## Changes made
<Details of all the changes you made in the code while creating this pr with reasons>
* Added a new controller for categories
* Added aws-s3 library for downloading images
* Added test cases for apis
* Updated API documentation
* spelling correction in the helper function

## Screenshots/recordings
<If possible, create a screen recording or add screenshots of changes you have made. This will allow the reviewer to test the pr quickly and not miss anything due to assumptions>

## Testing
<Add detailed steps for how to test the feature>

## Self checks

- [ ] Code follows coding style guidelines.
- [ ] All tests pass successfully.
- [ ] No new linting errors or warnings.
- [ ] Documentation is updated, if necessary.
- [ ] Dependencies are updated, if required.
- [ ] There are no merge conflicts.

## Reviewer Suggestions
<Any suggestions that you want the reviewer to look at such as special instructions, any files that you want them to specially check.>

0 comments on commit 43a39f4

Please sign in to comment.