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 ---