Maintain consistent naming and terminology throughout code and documentation. This includes proper capitalization of product names, technical terms, and consistent use of domain-specific vocabulary.
Maintain consistent naming and terminology throughout code and documentation. This includes proper capitalization of product names, technical terms, and consistent use of domain-specific vocabulary.
Key guidelines:
jj revert
, use jj op revert
for consistencyExample corrections:
# Before
### Commit Evolution (Change-IDs and Changes)
amend or rewrite your commits
change id
# After
### Commit evolution (change IDs and changes)
update your revisions
change ID
This ensures users can easily understand and predict naming patterns, reducing cognitive load and improving overall code/documentation quality.
Enter the URL of a public GitHub repository