diff --git a/pull_request_template.md b/pull_request_template.md new file mode 100644 index 0000000..dc39182 --- /dev/null +++ b/pull_request_template.md @@ -0,0 +1,14 @@ +### Description +Please include a concise summary of the changes you've made and reference the related issue (if any). Provide context for your code changes. + +### Type of Change +Please select the appropriate option by placing an 'x' inside the brackets: +- [ ] Bug fix (non-breaking change which fixes an issue) +- [ ] New feature (non-breaking change which adds functionality) +- [ ] Design the page (New page design given by client ) +- [ ] making API's + +### How Has This Been Tested? +Please describe the tests you've conducted to verify your code changes. Provide instructions so others can reproduce the tests. List any relevant details for your test configuration. If possible attach a loom video +- [ ] Test A +- [ ] Test B