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.