From 2f1385a23672d040987def226502e9bb1be4dcb4 Mon Sep 17 00:00:00 2001 From: bo0tzz Date: Wed, 3 Sep 2025 16:11:24 +0200 Subject: [PATCH] chore: request LLM disclosure in PR template (#21553) Suggestions for different wording/placeholder are welcome --- .github/pull_request_template.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index aa756a7d08..0bd3b30814 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -34,3 +34,7 @@ The `/api/something` endpoint is now `/api/something-else` - [ ] I have followed naming conventions/patterns in the surrounding code - [ ] All code in `src/services/` uses repositories implementations for database calls, filesystem operations, etc. - [ ] All code in `src/repositories/` is pretty basic/simple and does not have any immich specific logic (that belongs in `src/services/`) + +## Please describe to which degree, if any, an LLM was used in creating this pull request. + +...