From 5177ad305e81cc4889e6256c4b7719ce66502751 Mon Sep 17 00:00:00 2001 From: code-xhyun Date: Fri, 3 May 2024 16:21:26 +0900 Subject: [PATCH] chore: fix bug_report.yml issue template labels and assignees --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index e6fea8a..a6a0e6d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,8 @@ name: Bug report description: Create a bug report for the Pulse library. -labels: [] +labels: ['bug'] +assignees: + - 'code-xhyun' body: - type: markdown attributes: