From fefcd1883c8f3780403b907b3cf698f8543e37f0 Mon Sep 17 00:00:00 2001 From: Chaitanya Bhorade Date: Mon, 29 Jun 2026 14:45:42 -0700 Subject: [PATCH] Add bug label to documentation issue template --- .github/ISSUE_TEMPLATE/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/documentation.yml b/.github/ISSUE_TEMPLATE/documentation.yml index c068514d136c..e188a3601be7 100644 --- a/.github/ISSUE_TEMPLATE/documentation.yml +++ b/.github/ISSUE_TEMPLATE/documentation.yml @@ -2,7 +2,7 @@ name: "📕 Documentation Issue" description: Report an issue in the API Reference documentation or Developer Guide title: "(short issue description)" -labels: [documentation, needs-triage] +labels: [documentation, needs-triage, bug] assignees: [] body: - type: textarea