From 82292172f19b985f846ca8b014c73840a23a4701 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 9 Mar 2026 15:32:10 +0000 Subject: [PATCH 1/2] Initial plan From 50ddafe87167d50a69528e31380478b99d28fe10 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 9 Mar 2026 15:33:44 +0000 Subject: [PATCH 2/2] Remove trailing whitespace from copilot-instructions.md Co-authored-by: nilsandrey <3579285+nilsandrey@users.noreply.github.com> --- .github/copilot-instructions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index a4dde2f..86c3517 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -52,7 +52,7 @@ Commands that need user input use `InputModal` or `TwoInputModal` (in `src/modal - **Obsidian API is external**: `obsidian`, `electron`, and `@codemirror/*` are externalized by esbuild — never bundle them. - **Pull request descriptions must use the required changelog markup**: PR descriptions must contain the expected sections for the Release pipeline used to update changelog and release notes. See the following "Pull request description content" section. -### Pull request description content +### Pull request description content PR descriptions must contain the expected sections for the Release pipeline used to update changelog and release notes. Take the following template and fill in the description and type of change (major, minor, patch): ```md @@ -63,7 +63,7 @@ PR descriptions must contain the expected sections for the Release pipeline used This text is used by the automated changelog pipeline — be clear and complete. Example: "Add 'Reverse words on each line' transform command." --> - + ## Type of Change