From 131c6af6a27b2bc4217866886497b9246565b6c4 Mon Sep 17 00:00:00 2001 From: Igor Scheller Date: Fri, 31 Mar 2023 13:20:36 +0200 Subject: [PATCH] Updated contributing guidelines: Clarified includes --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6f775e38..0d043be7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,6 +7,7 @@ * Code must pass PHPStan checks (`composer phpstan`) * Order the composer/npm dependencies alphabetically. * Do not use code from the [includes](includes) directory anywhere else. +* Don't refactor [includes](includes) code just for the sake of change, it is legacy code that must only be replaced. * Please cover your code by unit tests, our goal is to stay at 100% line coverage. Code under `includes` does not require tests as it's mostly not testable and needs to be rewritten. * Do not use vendor prefixes like `-webkit` in styles.