mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
chore: request LLM disclosure in PR template (#21553)
Suggestions for different wording/placeholder are welcome
This commit is contained in:
parent
183a285584
commit
2f1385a236
1 changed files with 4 additions and 0 deletions
4
.github/pull_request_template.md
vendored
4
.github/pull_request_template.md
vendored
|
|
@ -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.
|
||||
|
||||
...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue