mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2026-05-22 22:00:48 -05:00
proposal: UI as new type #224
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rbalet on GitHub (Apr 10, 2025).
Description
Actually, a unique change in a ui may have a ugh impact in what users take as changes, but they may not be technically counted as "feature" as they may only change the aspect of a feature, without adding, changing nor removing anything.
Example
Let say we change button borders width from 1px to 2px to make it more visible.
It should be part of the versioning, as this is quite an important change for the user, but this cannot be describe by any existing type I'm aware of.
Note
If anybody have an idea of what to be used instead, I would be glad to hear
This would solve:
@Kimhooo commented on GitHub (Apr 17, 2025):
I think it depends on what your code change is,if your just change 1px to 2px and don't effect the feature or meaning,you should use
style:prefix ,but if your changelog is like fix button clickable area,then you may use thefix:prefix. this can help the code reviewer quickly identify the important changes.@rbalet commented on GitHub (Apr 17, 2025):
Hey @Kimhooo , thx for jumping on.
I'm actually using the
style:as found it to be fitting.But when I red the spec,
styleshould beSo that isn't really ment for the style, in the meaning of UI.
But maybe I'm missunderstanding it
@rbalet commented on GitHub (Apr 24, 2025):
Closing this issue as
UIis already covered bystyle