From d3ea8ba27068213ec4ac66519b477bbf38a08deb Mon Sep 17 00:00:00 2001 From: Cameron DeCoster Date: Wed, 24 Jun 2026 13:23:56 -0600 Subject: [PATCH 1/2] chore: Add issue template for chore tasks --- .github/ISSUE_TEMPLATE/chore.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/chore.md diff --git a/.github/ISSUE_TEMPLATE/chore.md b/.github/ISSUE_TEMPLATE/chore.md new file mode 100644 index 00000000000..7ab873be1ad --- /dev/null +++ b/.github/ISSUE_TEMPLATE/chore.md @@ -0,0 +1,33 @@ +--- +name: Chore +about: Track maintenance work for plotly.js (dependency bumps, build/CI, internal refactors, docs) +title: "[CHORE]: " +labels: chore + +--- + + +### Description + + + +### Why should this change be made? + + + +### Scope + + + +### Notes + + From 2a31a827054e77134edbf90a1cddf010050b6a28 Mon Sep 17 00:00:00 2001 From: Cameron DeCoster Date: Thu, 25 Jun 2026 13:32:54 -0600 Subject: [PATCH 2/2] Add additional label --- .github/ISSUE_TEMPLATE/chore.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/chore.md b/.github/ISSUE_TEMPLATE/chore.md index 7ab873be1ad..fdee21ae091 100644 --- a/.github/ISSUE_TEMPLATE/chore.md +++ b/.github/ISSUE_TEMPLATE/chore.md @@ -2,7 +2,7 @@ name: Chore about: Track maintenance work for plotly.js (dependency bumps, build/CI, internal refactors, docs) title: "[CHORE]: " -labels: chore +labels: "chore,plotly-internal" ---