From 58280e511677aababb45dbcd0d84620c02783b0c Mon Sep 17 00:00:00 2001 From: Kitty Hurley Date: Mon, 30 Dec 2024 12:45:54 -0600 Subject: [PATCH] chore(a11y): remove default priority label from a11y issue template (#11171) **Related Issue:** n/a ## Summary Remove the default priority, `p - high`, from the accessibility issue template, where the team can assess the a11y issue's priority during regular bug triage meetings. --- .github/ISSUE_TEMPLATE/accessibility.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/accessibility.yml b/.github/ISSUE_TEMPLATE/accessibility.yml index 65942077f31..da440e722d7 100644 --- a/.github/ISSUE_TEMPLATE/accessibility.yml +++ b/.github/ISSUE_TEMPLATE/accessibility.yml @@ -1,6 +1,6 @@ name: Accessibility description: Report an accessibility issue in a component -labels: ["a11y", "bug", "0 - new", "p - high", "needs triage"] +labels: ["a11y", "bug", "0 - new", "needs triage"] body: - type: checkboxes id: existing-issues