From 2eeed6524fad40499633767db2c158329eee8651 Mon Sep 17 00:00:00 2001 From: Matthew Momjian <50788000+mmomjian@users.noreply.github.com> Date: Thu, 6 Mar 2025 20:32:10 -0500 Subject: [PATCH] fix(github): consistent folder format for PR template (#16669) consistent formatting for folders --- .github/pull_request_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 5d4290fd7b..aa756a7d08 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -32,5 +32,5 @@ The `/api/something` endpoint is now `/api/something-else` - [ ] I have confirmed that any new dependencies are strictly necessary. - [ ] I have written tests for new code (if applicable) - [ ] 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`) +- [ ] 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/`)