From f2968799aeb5e21bba29dbea3665434c592a9ae3 Mon Sep 17 00:00:00 2001 From: "zongmin.gu" Date: Thu, 29 Apr 2021 19:27:51 +0800 Subject: [PATCH] Add issue label --- .github/ISSUE_TEMPLATE/RFC_report.md | 2 +- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/RFC_report.md b/.github/ISSUE_TEMPLATE/RFC_report.md index 32371502..33df8d72 100644 --- a/.github/ISSUE_TEMPLATE/RFC_report.md +++ b/.github/ISSUE_TEMPLATE/RFC_report.md @@ -2,7 +2,7 @@ name: RFC template about: request for comments title: "[RFC]" -labels: '' +labels: 'RFC' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index e9f063ab..59d83580 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug report about: Create a report to help us improve title: "[BUG]" -labels: '' +labels: 'bug' assignees: guzongmin ---