From 173625287ae325f47e1e2c7398b287fe455dfcb1 Mon Sep 17 00:00:00 2001 From: Shivam Goyal Date: Mon, 15 May 2023 12:07:12 +0530 Subject: [PATCH] TP-00000 | Cleanup PR Template (#6452) --- .github/pull_request_template.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 3bd5b00818..0cd63cdc20 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,18 +1,2 @@ ## Summary Please include a summary of the change, relevant motivation, and context here. - -## PR Checklist - select all - -- [ ] JIRA Issue ID in PR Title - -## Sign-off Checklist - select all - -- [ ] Product Sign-off -- [ ] Design Sign-off - -## Testing Checklist - select only one - -- [ ] Feature Testing - done with Backend -- [ ] Feature Testing - done with Mock (requires manager approval) - -#### Note: Checklist items are mandatory. Delete only if not relevant.