Add pull request template with AI usage disclosure (#2279)
Some checks failed
Master Build, Test & Deploy / main (push) Has been cancelled

This commit is contained in:
GCHQ Developer 85297 2026-03-23 14:01:42 +00:00 committed by GitHub
parent ff63ec97b7
commit b0fa1f8d1b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 24 additions and 4 deletions

15
.github/pull_request_template.md vendored Normal file
View file

@ -0,0 +1,15 @@
**Description**
Provide a description of the pull request and the changes that it makes.
**Existing Issue**
If this pull request relates to an existing issue in the repository, please link it here.
**Screenshots**
If the pull request changes any visual aspects of CyberChef, please include screenshots.
**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.