From b2502d0740fe60a67c5cd75688b7728e97fc6752 Mon Sep 17 00:00:00 2001 From: Jan Maarten <83665577+janmaarten-a11y@users.noreply.github.com> Date: Thu, 10 Sep 2026 13:08:30 -0700 Subject: [PATCH] Add pull request template --- .github/pull_request_template.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..6a4c828 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,26 @@ + + +## Summary + + + +## Related issues (optional) + + + +## Review notes (optional) + + + +## Checklist + +- [ ] New and updated images in the changed files and this description have descriptive alt text (or there are no image changes). +- [ ] This contribution follows the [Code of Conduct](https://github.com/github/annotation-toolkit/blob/main/CODE_OF_CONDUCT.md).