mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2026-03-22 21:24:02 -05:00
RFC Specify issues for better design choices #98
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 @matu3ba on GitHub (Apr 21, 2020).
I do very much like your choices for commits, but I am missing a convention/specification for issues.
Below is a combination of bug/rfc that is common in project structures open for comment.
Reason: estimation of cost (maintainability vs gain) is underspecified for technical reasoning in the merge commit
Context: Merge commits tell you nothing about the technical basis of the decision to the code. Hence you leave the code design part completely out and end up making poor choices or leave others to make it unnecessary hard to learn from your design mistakes.
Please provide feedback on the idea.
@matu3ba commented on GitHub (Apr 21, 2020):
Aside I noticed you have no fields for the meaning
usabilityandmaintainability, which are essential to code bases.@damianopetrungaro commented on GitHub (Jun 8, 2020):
Hey @matu3ba I'd suggest you create a new project for that since conventional commits have as main focus fixing commits and not PR or bugs.
Sorry for not being able to help you on that <3