From b587867d23009bc571dfbe7d5b91e019d1c32f55 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 13 Jan 2026 18:46:59 +0000 Subject: [PATCH 1/3] Initial plan From d6d273b2b58c32d4cdba594c2099a92825aa6038 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 13 Jan 2026 18:49:00 +0000 Subject: [PATCH 2/3] Remove trailing whitespace from mandates section Co-authored-by: gundersen-lumn <85637090+gundersen-lumn@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/improve-test-coverage-java.yml | 2 +- .github/ISSUE_TEMPLATE/improve-test-coverage.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/improve-test-coverage-java.yml b/.github/ISSUE_TEMPLATE/improve-test-coverage-java.yml index c2a16cf..5a96efe 100644 --- a/.github/ISSUE_TEMPLATE/improve-test-coverage-java.yml +++ b/.github/ISSUE_TEMPLATE/improve-test-coverage-java.yml @@ -84,7 +84,7 @@ body: value: | - Do not perform synthetic testing or smoke tests. - Do not use introspection or other tricks to inflate code coverage without valid unit tests. - - Do not create tests solely to increase test coverage alone without asserting expectations. + - Do not create tests solely to increase test coverage alone without asserting expectations. validations: required: true diff --git a/.github/ISSUE_TEMPLATE/improve-test-coverage.yml b/.github/ISSUE_TEMPLATE/improve-test-coverage.yml index 24657ee..879d55c 100644 --- a/.github/ISSUE_TEMPLATE/improve-test-coverage.yml +++ b/.github/ISSUE_TEMPLATE/improve-test-coverage.yml @@ -83,7 +83,7 @@ body: value: | - Do not perform synthetic testing or smoke tests. - Do not use introspection or other tricks to inflate code coverage without valid unit tests. - - Do not create tests solely to increase test coverage alone without asserting expectations. + - Do not create tests solely to increase test coverage alone without asserting expectations. validations: required: true From ad3a646a435c88fc18e5dd4eea0eb04e749c0f60 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 13 Jan 2026 18:49:37 +0000 Subject: [PATCH 3/3] Remove trailing whitespace from blank line Co-authored-by: gundersen-lumn <85637090+gundersen-lumn@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/improve-test-coverage-java.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/improve-test-coverage-java.yml b/.github/ISSUE_TEMPLATE/improve-test-coverage-java.yml index 5a96efe..a21b2c4 100644 --- a/.github/ISSUE_TEMPLATE/improve-test-coverage-java.yml +++ b/.github/ISSUE_TEMPLATE/improve-test-coverage-java.yml @@ -75,7 +75,7 @@ body: - Update the test coverage report and ensure it meets the project's standards validations: required: true - + - type: textarea id: mandates attributes: