From 090b166b1cf52e29111a1d414c0ac68e2ae8c377 Mon Sep 17 00:00:00 2001 From: Hariom Balhara Date: Fri, 8 Dec 2023 22:54:41 +0530 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md (#12711) --- .github/PULL_REQUEST_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 0b19591ddd5fe7..9e97f9e6d6d466 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -23,6 +23,7 @@ Fixes # (issue) - [ ] Chore (refactoring code, technical debt, workflow improvements) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) +- [ ] Tests (Unit/Integration/E2E or any other test) - [ ] This change requires a documentation update ## How should this be tested?