From 15f1055031f99116310888f383ec9e1333551a81 Mon Sep 17 00:00:00 2001 From: Tim Golen Date: Fri, 27 Feb 2026 11:05:32 -0700 Subject: [PATCH] Add 'DesignDoc' label to Design Doc template --- .github/ISSUE_TEMPLATE/DesignDoc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/DesignDoc.md b/.github/ISSUE_TEMPLATE/DesignDoc.md index 1158117438797..9696046ef7a3c 100644 --- a/.github/ISSUE_TEMPLATE/DesignDoc.md +++ b/.github/ISSUE_TEMPLATE/DesignDoc.md @@ -1,7 +1,7 @@ --- name: Design Doc tracking issue about: A standard template to follow when leading a project -labels: Daily, NewFeature +labels: Daily, NewFeature, DesignDoc --- ## Proposal