Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enforce conventional commit messages #236

Open
adamdama opened this issue Sep 19, 2023 · 0 comments
Open

Enforce conventional commit messages #236

adamdama opened this issue Sep 19, 2023 · 0 comments

Comments

@adamdama
Copy link
Contributor

Conventional commits give engineers clear guidance on how commit messages should be written. This helps reviewers understand the work contained within a PR. Additionally it lays the ground work for moving to an automated release system whereby version numbers can be generated based on contents of commit messages. We can also generate changelog files when commits are structured in this way.

Benefits: https://www.conventionalcommits.org/en/v1.0.0-beta.2/#why-use-conventional-commits

In order for this to work we will need to provide tooling that checks commit messages on commit but more importantly when we perform the squash merge in GitHub.

Tools:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant