From 52df01eb36db8aa25e4867339d50a8c00be1d70d Mon Sep 17 00:00:00 2001 From: Pieterjan Date: Tue, 8 Jul 2025 11:29:37 +0200 Subject: [PATCH 1/2] Check indexing errors --- .github/PULL_REQUEST_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d0aa799..24ea682 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -48,6 +48,7 @@ Screenshots should always show in Dutch unless the application is English-only. - [ ] Ran **Synchronize** - [ ] Verified new functionality for the correct app roles +- [ ] Ensured there's no database indexing errors ## Added to documentation? From 5b9f0685f593e4d23034b3e3c91a96a7b848a390 Mon Sep 17 00:00:00 2001 From: Pieterjan Date: Tue, 8 Jul 2025 11:31:21 +0200 Subject: [PATCH 2/2] Update .github/PULL_REQUEST_TEMPLATE.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- .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 24ea682..7451488 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -48,7 +48,7 @@ Screenshots should always show in Dutch unless the application is English-only. - [ ] Ran **Synchronize** - [ ] Verified new functionality for the correct app roles -- [ ] Ensured there's no database indexing errors +- [ ] Ensured there are no database indexing errors ## Added to documentation?