Mercurial > gbwm
changeset 18:cecd3bd2d2a2 default tip
added excludes for rule 1 in contributing guidelines
author | Atarwn Gard <a@qwa.su> |
---|---|
date | Wed, 15 Oct 2025 09:54:10 +0500 |
parents | 7a779983be56 |
children | |
files | CONTRIBUTING.md |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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: