From 43a39f4f3462fe6ad2b95e728f1a0c064acc9946 Mon Sep 17 00:00:00 2001 From: Mayur Virendra Date: Sun, 24 Mar 2024 21:53:36 +0530 Subject: [PATCH] Added pull request template --- .github/pull_request_template.md | 33 ++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..89784ed --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,33 @@ +## Description + +This PR will add an API to create categories. + +## Features covered + +* https://jira.com/foo/bar + +## Changes made +
+* 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 + + +## Testing + + +## 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 +