From ea8ab741f678d341d72907aee97b3ad695172204 Mon Sep 17 00:00:00 2001 From: C85297 <95289555+C85297@users.noreply.github.com> Date: Mon, 23 Mar 2026 06:58:22 +0000 Subject: [PATCH] Test coverage --- .github/pull_request_template.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index f9830e18..8d6cc970 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -10,3 +10,6 @@ If the pull request changes any visual aspects of CyberChef, please include scre **AI disclosure** If you have used any AI tools while creating this code, **you must declare your usage along with the name of the tools that you used**. Regardless of AI tool usage, you are responsible for any code that you submit, and we expect you to have checked the code and have enough of an understanding of it to answer any questions we might have. + +**Test Coverage** +Please ensure you have added test coverage for your changes.