From 1a6d2dd3e036266f4f4eed2193bb965428579feb Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 14 Nov 2025 05:55:07 +0000 Subject: [PATCH 1/2] Initial plan From ce4b32d5578911511c271f2d0a03ee1f75269299 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 14 Nov 2025 05:57:02 +0000 Subject: [PATCH 2/2] Add chore issue template at .github/ISSUE_TEMPLATE/chore.yml Co-authored-by: thomasturrell <1552612+thomasturrell@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/chore.yml | 36 ++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/chore.yml diff --git a/.github/ISSUE_TEMPLATE/chore.yml b/.github/ISSUE_TEMPLATE/chore.yml new file mode 100644 index 00000000..e0f011d5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/chore.yml @@ -0,0 +1,36 @@ +name: Chore +description: Create a chore issue for maintenance and housekeeping tasks +title: "[Chore]: " +labels: ["chore", "triage"] +assignees: + - knoake +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this chore issue! + - type: textarea + id: what + attributes: + label: What + description: What does the chore involve? + placeholder: Update dependencies, refactor code, clean up documentation... + validations: + required: true + - type: textarea + id: why + attributes: + label: Why + description: Why is this chore necessary? + placeholder: To improve maintainability, reduce technical debt, keep dependencies up-to-date... + validations: + required: true + - type: textarea + id: notes + attributes: + label: Notes + description: Any additional information or context about the chore. + placeholder: | + Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. + validations: + required: false