nc7s/simplistic-commits

Reduce the type code amount

Closed this issue · 2 comments

In my daily practices, almost all the commits can be classified by feature/fix/refactor. I think keeping the N, D, R, F codes is enough.

Like the test code T can be replaced with N ci: add integration test for sth.

nc7s commented

But why N ci: when you can just CI:?

nc7s commented

The example reminds me of something though: we can definitely use + and - to indicate new or removed things.