From 267450a2973e98b30ec75a2a249d29662e542a2c Mon Sep 17 00:00:00 2001 From: 0xsysr3ll <31414959+0xSysR3ll@users.noreply.github.com> Date: Fri, 14 Nov 2025 16:56:30 +0100 Subject: [PATCH] docs: update AI assistance notice link in pull request template (#2154) Signed-off-by: 0xsysr3ll <0xsysr3ll@pm.me> --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 5e7910254..704350158 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,7 +4,7 @@ #### To-Dos -- [ ] Disclosed any use of AI (see our [policy](../CONTRIBUTING.md#ai-assistance-notice)) +- [ ] Disclosed any use of AI (see our [policy](https://github.com/seerr-team/seerr/blob/develop/CONTRIBUTING.md#ai-assistance-notice)) - [ ] Successful build `pnpm build` - [ ] Translation keys `pnpm i18n:extract` - [ ] Database migration (if required)