mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2026-03-22 12:44:37 -05:00
I think there are some bad examples in the portuguese version #151
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 @yudi-azvd on GitHub (Jul 1, 2022).
In the portuguese version of conventional commits, I think there are some bad examples like the following (link):
Which translates to
Maybe this example is not adequate since refactoring means changing the internal structure without modifying observable behavior (Refactoring, Kent Beck). Refactor and breaking changes shouldn't be in the same commit/PR, right?
I'm no expert in software development or refactoring, I'm still learning things. So I'm if I understood something, please tell me :D
@yudi-azvd commented on GitHub (Jul 1, 2022):
I've just read the summary and it says "a BREAKING CHANGE can be part of commits of any type".
Is this correct even for
refactor:type? Can someone explain why?Also, the reasoning presented in my previous comment was accepted in this PR.
@javier-godoy commented on GitHub (Jul 1, 2022):
See #229
@yudi-azvd commented on GitHub (Jul 5, 2022):
Ok... i've read it. Should I open a PR correcting it?
@damianopetrungaro commented on GitHub (Jul 5, 2022):
Sure @yudi-azvd ! Feel free to open a PR suggesting a better example! Thanks for noticing it as well :D
@yudi-azvd commented on GitHub (Jul 5, 2022):
Ok :D One more thing. When correcting, should I modify
v1.0.0/index.pt-br.mdor create a new doc in, say,v1.0.1/...?@yudi-azvd commented on GitHub (Jul 6, 2022):
@damianopetrungaro I don't know if you speak portuguese, but can you take a look at #458? Or maybe assign a reviewer who speaks portuguese
@yudi-azvd commented on GitHub (Sep 7, 2022):
Closed by #458.