From 8318d99136e0d5b39f01a37adf9cae5342034d7e Mon Sep 17 00:00:00 2001 From: David Ko Date: Tue, 29 Jun 2021 14:42:51 +0800 Subject: [PATCH] Update test issue creation with kind/test label Signed-off-by: David Ko --- .github/ISSUE_TEMPLATE/test.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/test.md b/.github/ISSUE_TEMPLATE/test.md index 7ae94f1..32c6e00 100644 --- a/.github/ISSUE_TEMPLATE/test.md +++ b/.github/ISSUE_TEMPLATE/test.md @@ -2,7 +2,7 @@ name: Test about: Test implementation on Longhorn title: "[TEST]" -labels: area/test +labels: kind/test assignees: '' ---