From c6ab8eea919e639217f4853ad0a751653767a211 Mon Sep 17 00:00:00 2001 From: Vedant Jain Date: Mon, 29 May 2023 23:37:13 +0530 Subject: [PATCH] Add pending triage by default for all issues (#644) --- .github/ISSUE_TEMPLATE/Bug_report.md | 1 + .github/ISSUE_TEMPLATE/Feature_request.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index 550632a61..237915b40 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -1,6 +1,7 @@ --- name: Bug report about: Create a report to help us improve +labels: ["🐞 bug", "pending triage"] --- ## Describe the bug diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md index 8774ae041..64491fda9 100644 --- a/.github/ISSUE_TEMPLATE/Feature_request.md +++ b/.github/ISSUE_TEMPLATE/Feature_request.md @@ -1,6 +1,7 @@ --- name: Feature request about: Suggest an idea for this project +labels: ["🌟 feature", "pending triage"] --- ## Is your feature request related to a problem? Please describe.