From 5bf8a523fa89c0a58e0c3e3a64931bddce441ba9 Mon Sep 17 00:00:00 2001 From: Samantha Jayasinghe Date: Tue, 19 Dec 2023 10:24:51 +1300 Subject: [PATCH] Add unit-test type to PR template --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 6d7e4c14..b1502e14 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,6 @@ ### What type of PR is this? -_(bug/feature/cleanup/documentation)_ +_(bug/feature/cleanup/documentation/unit-test)_ ### What this PR does / Why we need it?