diff --git a/.github/ISSUE_TEMPLATE/improve-test-coverage-java.yml b/.github/ISSUE_TEMPLATE/improve-test-coverage-java.yml index c2a16cf..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: @@ -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