mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2026-03-22 21:24:02 -05:00
Best practice handling overlapped types #17
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 @doodlewind on GitHub (Feb 21, 2018).
By default the
featandfixtypes are orthogonal. If we define multi types, say,testanddoc, how to decide the type when committing a change that:fixdoctestShall we allow multi types in commit message, or provide suggestion choosing types?
@stevemao commented on GitHub (Feb 21, 2018):
say if you fix a typo of a var name or a comment in the code, it's
refactor. Fix is for bug fixes.If this has nothing to do with the tests themselves, it should just be
docs@doodlewind commented on GitHub (Feb 22, 2018):
Thanks for your suggestion, while since such change may also belong to
chore, the way choosing types seems to be a bit vague?@stevemao commented on GitHub (Feb 23, 2018):
chorewas supported to be changing abuildorciscript. Like changing your gulpfile should be achore.@damianopetrungaro commented on GitHub (May 18, 2018):
@doodlewind can we close this one or do you need other info?
@xianshenglu commented on GitHub (Nov 22, 2020):
say if I fixed a bug in the build script, what's the type of that commit?
fixorbuild?