From 49ce1ea2e135098dfe7df7c38d1a3b54fff5db8c Mon Sep 17 00:00:00 2001 From: Satyam Soni <94950988+satyampsoni@users.noreply.github.com> Date: Thu, 26 Dec 2024 07:52:10 +0000 Subject: [PATCH] add need-triage label as soon as the issue opens --- .github/ISSUE_TEMPLATE/bug.yaml | 2 +- .github/ISSUE_TEMPLATE/documentation.yaml | 2 +- .github/ISSUE_TEMPLATE/feature.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index 20345eb7a1..6c8d8c466f 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -1,7 +1,7 @@ name: "🐛 Bug Report" description: "Submit a bug report to help us improve" title: "Bug: " -labels: [bug] +labels: ["bug", "needs-triage"] assignees: ["prakarsh-dt","vikramdevtron"] projects: ["Devtron Features Prioritization"] body: diff --git a/.github/ISSUE_TEMPLATE/documentation.yaml b/.github/ISSUE_TEMPLATE/documentation.yaml index f85b259fc8..63b7843da4 100644 --- a/.github/ISSUE_TEMPLATE/documentation.yaml +++ b/.github/ISSUE_TEMPLATE/documentation.yaml @@ -2,7 +2,7 @@ name: "📚 Documentation" description: "Report an issue related to documentation" assignees: ["ashokdevtron","prakarsh-dt"] title: "Doc: " -labels: [documentation] +labels: ["documentation", "needs-triage"] projects: ["Devtron Features Prioritization"] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/feature.yaml b/.github/ISSUE_TEMPLATE/feature.yaml index 88cf80212c..26f50076f6 100644 --- a/.github/ISSUE_TEMPLATE/feature.yaml +++ b/.github/ISSUE_TEMPLATE/feature.yaml @@ -1,7 +1,7 @@ name: 🚀 Feature description: "Submit a proposal for a new feature" title: "Feature: " -labels: ["enhancement"] +labels: ["enhancement", "needs-triage"] assignees: ["prakarsh-dt","nishant-d","abhibhaw"] projects: ["Devtron Features Prioritization"] body: