From 1a62a0500387d3d2de41dd76df4891124fd4f16b Mon Sep 17 00:00:00 2001 From: Alisha Kulkarni Date: Thu, 19 Feb 2026 13:30:27 -0800 Subject: [PATCH] Update documentation issue template to include bug label --- .github/ISSUE_TEMPLATE/documentation.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/documentation.yml b/.github/ISSUE_TEMPLATE/documentation.yml index dbbcc4c051de..92d85fe5fe06 100644 --- a/.github/ISSUE_TEMPLATE/documentation.yml +++ b/.github/ISSUE_TEMPLATE/documentation.yml @@ -1,7 +1,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: markdown @@ -24,4 +24,5 @@ body: description: | Include links to affected documentation page(s). validations: - required: true \ No newline at end of file + + required: true