Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: Back to the feature! #566

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

DoppioJP
Copy link

The 'feat' word means something different than the word 'feature'

feat | fiːt |
noun
an achievement that requires great courage, skill, or strength: the new printing presses were considerable feats of engineering.

Fixes #544

BREAKING CHANGE: I think this will break some tools and for sure some memory muscles

The 'feat' word means something different than the word 'feature'

BREAKING CHANGE: I think this will break some tools and for sure some
memory muscles
@LemmingAvalanche
Copy link

Why not make it a synonym? That wouldn’t break anything.

@DoppioJP
Copy link
Author

DoppioJP commented Apr 2, 2024

Why not make it a synonym? That wouldn’t break anything.

Neat idea @LemmingAvalanche. How could I make it a synonym. I was looking for synonym references in this codebase, but I could not find anything I could use for this very purpose.

@LemmingAvalanche
Copy link

LemmingAvalanche commented Apr 3, 2024

@DoppioJP

How could I make it a synonym.

Change the text to something like

**feat** or **feature:** a commit of the _type_ `feat` or `feature` introduces 
a new feature to the codebase. `feature` is preferred over `feat`.

I guess.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat is contracted, most other commonly used tags are full words.
2 participants