-
-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
Describe the Proposal
Currently we don't have any rules about commits format which creates a mess in repository.
I would like to propose a introducing https://www.conventionalcommits.org/en/v1.0.0/
with following action items:
- feature
- chore
- refactoring
- fix
So when adding something new to data fame commit message can look like:
feature(data-frame): something super cool
It could be enforced locally through https://github.com/captainhook-git/captainhook
and on GitHub actions (so you wont be able to commit)
On GHA we can use something like: https://github.com/marketplace/actions/conventional-commit-in-pull-requests
API Adjustments
Nothing
Are you intending to also work on proposed change?
None
Are you interested in sponsoring this change?
None
Integration & Dependencies
- https://github.com/captainhook-git/captainhook as a tool on the project level
- https://github.com/marketplace/actions/conventional-commit-in-pull-requests (or similar) on GHA
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Todo