Hacker News new | ask | show | jobs
by spartanatreyu 2459 days ago
It seems like it was made by someone who accidentally spilt coffee on their keyboard which made their 'U' key sticky.

I like my "Feature" much more than "feat". This is my default commit message that I edit to contain what I want:

<Type>: <Description>

# Type can be:

# - Feature: A new feature

# - Bugfix: A bug fix

# - Docs: Documentation only changes

# - Styling: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)

# - Refactor: A code change that neither fixes a bug nor adds a feature

# - Performance: A code change that improves performance

# - Tests: Adding missing tests

# - Chore: Changes to the build process or auxiliary tools and libraries such as documentation generation

1 comments

Nice! "Styling" could be ambiguous though. I personally use "Formatting" instead.
I typically go with "Linting". "Formatting" could mean something different in some contexts.
That's even a better choice. Thank you!