Skip to content

Commit 13cd1cf

Browse files
authored
Merge branch 'master' into search-acceptance-tests/authentication
2 parents d798720 + 626f419 commit 13cd1cf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/coding-guidelines.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ See `src/Doctrine/DatabaseConnectionChecker.php` and `src/Doctrine/DBALDatabaseC
7878
## Workflow
7979

8080
- **Small commits**: One logical change per commit
81+
- A logical change can span multiple files (e.g., source code + tests, or a refactor touching several related files)
82+
- All changes in the commit should belong together and serve a single purpose
83+
- The goal is to make commits easy to review and understand
8184
- **Small pull requests**: Easier to review, faster to merge
8285
- **Feature flags**: Deploy often, enable features when ready
8386

0 commit comments

Comments
 (0)