From 175d10a010009b5d0f23fc7071f21bf149641eb8 Mon Sep 17 00:00:00 2001 From: Natesh Relhan Date: Wed, 19 Aug 2026 19:44:36 +0530 Subject: [PATCH] Remove local PR template in favour of the org-wide one The local template asks for a Jira ticket id, which an outside contributor cannot supply. The org template in LikeMindsCommunity/.github covers the same ground in a form that works for both internal and external contributors. Co-Authored-By: Claude Opus 5 (1M context) --- .github/pull_request_template.md | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index 23221e6..0000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,29 +0,0 @@ -## Description - -**Features** - -**Bugs** - -**What kind of change does this PR introduce?** (check at least one) - - - -- [ ] Bug fix (non-breaking change which fixes an issue) -- [ ] Hotfix (fixes a breaking changes) -- [ ] New Feature (non-breaking change which adds functionality) -- [ ] Other, please describe: - -### Author Checklist - -- [ ] Assignee added -- [ ] Reviewer added -- [ ] Description added -- [ ] Unit test cases added - -### Reviewer Checklist - -- [ ] PR title starts with Jira ticket number prefix -- [ ] If hotfix, Add Hotfix as prefix in PR title -- [ ] Label added -- [ ] Commit messages follows standard format (added, changed, removed, code commented and chore) -- [ ] Description about the Feature/ Bugs added