From 4d6fc662d673d619716a6247ac2b55049ba8a837 Mon Sep 17 00:00:00 2001 From: Abhijeet <41686026+abhvsn@users.noreply.github.com> Date: Tue, 22 Aug 2023 15:15:44 +0530 Subject: [PATCH] chore: Add JUnit option for the testcase type in PR template (#26560) --- .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 eca989bcd3..23cd2b1a35 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -36,6 +36,7 @@ Fixes # (issue number) > Please describe the tests that you ran to verify your changes. Also list any relevant details for your test configuration. > Delete anything that is not relevant - [ ] Manual +- [ ] JUnit - [ ] Jest - [ ] Cypress >