RefactoringCombos / ArlosCommitNotation

A notation for small commits messages that show the risk involved in each step
310 stars 30 forks source link

B** Fix indentation of sub-list #37

Closed JayBazuzi closed 2 years ago

JayBazuzi commented 2 years ago

Before:

3. Either: a) Your entire product is very highly tested, or b) you are working on new code that is not yet called.

After:

3. Either:
    i.  Your entire product is very highly tested, or
    ii. you are working on new code that is not yet called.