From cd9a862badc14e5593b3d833861ae70688f35de0 Mon Sep 17 00:00:00 2001 From: James J Balamuta Date: Fri, 9 Feb 2024 03:30:53 -0800 Subject: [PATCH] Update ISSUE_TEMPLATE labels --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 +- .github/ISSUE_TEMPLATE/community-example.yml | 2 +- .github/ISSUE_TEMPLATE/feature-request.yml | 2 +- .github/ISSUE_TEMPLATE/question.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index bbab4aa3..6172fb2d 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -1,6 +1,6 @@ name: Bug report description: Report an error or unexpected behavior -labels: [bug, triage-needed] +labels: ['t: bug', 's: triage-needed'] title: "[Bug]: " body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/community-example.yml b/.github/ISSUE_TEMPLATE/community-example.yml index b09b599b..d5da254c 100644 --- a/.github/ISSUE_TEMPLATE/community-example.yml +++ b/.github/ISSUE_TEMPLATE/community-example.yml @@ -1,6 +1,6 @@ name: Example description: Contribute an Example -labels: [community-example] +labels: ['t: documentation', 't: community-example'] title: "[Example]: " body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index cef11e87..770d39eb 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -1,6 +1,6 @@ name: Feature request description: Ask for a feature to be added -labels: [feature-request] +labels: ['t: feature-request'] title: "[Feature]: " body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml index a8465b6a..00b546da 100644 --- a/.github/ISSUE_TEMPLATE/question.yml +++ b/.github/ISSUE_TEMPLATE/question.yml @@ -1,6 +1,6 @@ name: Question description: Ask a question -labels: [q&a] +labels: ['t: question', 's: question-needs-answer'] title: "[Q&A]: " body: - type: markdown