diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index c4e40abc6..2cbee8fc9 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -13,7 +13,7 @@ name: Bug Report description: File a bug report -labels: [bug] +labels: [bug, triage] body: - type: markdown id: preface diff --git a/.github/ISSUE_TEMPLATE/feature-request.yaml b/.github/ISSUE_TEMPLATE/feature-request.yaml index 13603c30c..d6656579e 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yaml +++ b/.github/ISSUE_TEMPLATE/feature-request.yaml @@ -13,7 +13,7 @@ name: Feature Request description: File a feature request -labels: [enhancement] +labels: [enhancement, triage] body: - type: markdown id: preface