From e18f20666b54e0fffe27db31dae38319f6c9b89d Mon Sep 17 00:00:00 2001 From: Eva Marco Date: Mon, 13 Oct 2025 11:21:12 +0200 Subject: [PATCH] :wrench: Add scss refactor as element on PR checklist (#7480) --- .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 70b6bb00df..58ed9335f4 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -13,6 +13,7 @@ - [ ] Add a detailed explanation of how to reproduce the issue and/or verify the fix, if applicable. - [ ] Include screenshots or videos, if applicable. - [ ] Add or modify existing integration tests in case of bugs or new features, if applicable. +- [ ] Refactor any modified SCSS files following the refactor guide. - [ ] Check CI passes successfully. - [ ] Update the `CHANGES.md` file, referencing the related GitHub issue, if applicable.