This commit is contained in:
Tobin C. Harding 2024-03-06 08:53:14 +11:00
parent b93397d472
commit 7ba63fec82
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ To contribute a patch, the workflow is a as follows:
2. Create topic branch
3. Commit patches
Please keep commits should atomic and diffs easy to read. For this reason
Please keep commits atomic and diffs easy to read. For this reason
do not mix any formatting fixes or code moves with actual code changes.
Further, each commit, individually, should compile and pass tests, in order to
ensure git bisect and other automated tools function properly.