mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2026-03-22 12:44:37 -05:00
conventional commits support in https://github.com/evidencebp/commit-classification #113
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 @evidencebp on GitHub (Nov 10, 2020).
I'd like to submit a classifier that supports conventional commits.
The commit-classification repository supply natural language processing model in order to classify commit messages.
Such analysis is vital for software engineering research (e.g., the use of corrective commit probability for code quality analysis) and usually very hard.
Conventional commits is a promise to make such analysis simpler and more accurate (humans reach ~95% accuracy in commit classification).
I added the text analysis here.
Text file of test is here.
Labeling protocols (accepting conventional commits if appearing) are here.
I'll be happy to get feedback.