From d29de7eae0db87043cee7ee8fc23ee18012a8802 Mon Sep 17 00:00:00 2001 From: siddharth2010 Date: Mon, 20 Aug 2018 19:54:36 +0530 Subject: [PATCH] fix checkbox in issue template for tests --- .github/ISSUE_TEMPLATE/test_request.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/test_request.md b/.github/ISSUE_TEMPLATE/test_request.md index 2bfa78222..6ddbaedc1 100644 --- a/.github/ISSUE_TEMPLATE/test_request.md +++ b/.github/ISSUE_TEMPLATE/test_request.md @@ -13,8 +13,8 @@ about: Identify code liable to break and create tests to prevent software regres **Type of Test** -[ ] Unit Test -[ ] UI Test +* [ ] Unit Test +* [ ] UI Test **Particular area and files to be tested**