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