From 8eb55f18a11d6b2f155c7c9d48ca833313ee13db Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Fri, 4 Dec 2020 19:42:31 +0530 Subject: Create issue template for RFCs (#1234) * github: update label directive in issue templates Signed-off-by: Harsh Shandilya * github: add an issue template for RFCs Signed-off-by: Harsh Shandilya --- .github/ISSUE_TEMPLATE/bug_report.md | 4 +-- .github/ISSUE_TEMPLATE/feature_request.md | 4 +-- .github/ISSUE_TEMPLATE/rfc.md | 41 +++++++++++++++++++++++++++++++ 3 files changed, 43 insertions(+), 6 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/rfc.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index e18d0d2f..0b3d11cc 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,9 +2,7 @@ name: Bug report about: Create a report to help us address issues you are facing with the app title: "[BUG]" -labels: 'bug, triage: needed' -assignees: '' - +labels: 'C-bug, S-awaiting-triage' ---