# HG changeset patch # User Atarwn Gard # Date 1760504050 -18000 # Node ID cecd3bd2d2a2d9e43dfe04e3a9f3d8a79e1170a2 # Parent 7a779983be56a90f15f02139208d627907dd1ac4 added excludes for rule 1 in contributing guidelines diff -r 7a779983be56 -r cecd3bd2d2a2 CONTRIBUTING.md --- a/CONTRIBUTING.md Wed Oct 15 09:13:26 2025 +0500 +++ b/CONTRIBUTING.md Wed Oct 15 09:54:10 2025 +0500 @@ -2,6 +2,8 @@ 1. Do not combine multiple unrelated changes in a single commit. If your commit touches several independent features or fixes and isn't logically atomic, split it. + + Minor related fixes—such as typos, formatting, preparatory refactoring tightly coupled to a new feature, or immediate bug fixes for issues introduced in the same PR—are acceptable in a single commit if they are logically cohesive and splitting them would reduce clarity or create broken intermediate states. 2. Use natural-language commit prefixes. Examples of valid prefixes: