From e52f28e0dabec96e11a8a8ab7026127e611d6e64 Mon Sep 17 00:00:00 2001 From: bhoradc <122290643+bhoradc@users.noreply.github.com> Date: Mon, 29 Jun 2026 14:22:50 -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