From 1c5c79cf36090999ac727aa59f87b64bc818e26c Mon Sep 17 00:00:00 2001 From: Kitty Hurley Date: Wed, 4 Oct 2023 13:22:19 -0500 Subject: [PATCH 1/2] chore: update test issue template to include needs milestone label --- .github/ISSUE_TEMPLATE/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/test.yml b/.github/ISSUE_TEMPLATE/test.yml index 6599fb8753d..1f550218e97 100644 --- a/.github/ISSUE_TEMPLATE/test.yml +++ b/.github/ISSUE_TEMPLATE/test.yml @@ -1,6 +1,6 @@ name: Test description: Associate issue for a test (e.g., a new test, an unstable test that was skipped, Chromatic, etc.) -labels: ["testing", "0 - new", "p - high"] +labels: ["testing", "0 - new", "p - high", "needs milestone"] body: - type: markdown attributes: From ac611b5e8d9a941fbe3ed33d1026a119f60db562 Mon Sep 17 00:00:00 2001 From: Kitty Hurley Date: Wed, 4 Oct 2023 13:26:26 -0500 Subject: [PATCH 2/2] chore: update research issue template to include spike label --- .github/ISSUE_TEMPLATE/research.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/research.yml b/.github/ISSUE_TEMPLATE/research.yml index 3121ee3f0bf..48694ecaf83 100644 --- a/.github/ISSUE_TEMPLATE/research.yml +++ b/.github/ISSUE_TEMPLATE/research.yml @@ -1,6 +1,6 @@ name: Research description: Request an investigation into a specific topic -labels: ["research", "0 - new", "needs triage"] +labels: ["spike", "0 - new", "needs triage"] body: - type: markdown attributes: