mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2026-03-22 21:24:02 -05:00
Guidance for a security type #121
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 @feanil on GitHub (Feb 25, 2021).
While adopting this spec one thing that stood out was the lack of a
securitytype in the standard. Is there a best practice for this? Or would the committee be open to adding some guidance around how to manage security fixes?@damianopetrungaro commented on GitHub (Mar 8, 2021):
@feanil the only "standard type" are feat or fix, you can add as many custom types as you want in your own project :)
@damianopetrungaro commented on GitHub (Mar 8, 2021):
Gonna close it, if you still have questions or doubts please let me know!
@d-damien commented on GitHub (Jan 15, 2023):
I'm about to start using as I think it deserves its own type indeed, given the importance of security in CS. Seeing as other types are all short − perf, doc etc. − I'll take
sec.