From fe3b4fb8cca8b2176c3b811bdb9f1ec28e233be2 Mon Sep 17 00:00:00 2001 From: Evan Date: Mon, 17 Mar 2025 19:59:30 -0700 Subject: [PATCH] update the readme: code in core must be tested --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index de2a7f1c9..ee24040bf 100644 --- a/README.md +++ b/README.md @@ -147,6 +147,7 @@ To ensure code quality and project stability, we use a progressive contribution - All code must be well-commented and follow existing style patterns - New features should not break existing functionality - Code should be thoroughly tested before submission + - All code changes in src/core _MUST_ be tested. 3. **Pull Request Process**: