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

docs: add conventional commit guidelines to CONTRIBUTING.md #1854

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

jevonearth
Copy link

Motivation

Automated release tooling requires following the Conventional Commits format for commit messages and PR titles. Currently, the CONTRIBUTING.md file does not mention this requirement, causing confusion and failed checks for new contributors.

Solution

This PR adds a section in the "Commits" section of CONTRIBUTING.md to outline the Conventional Commits format. It includes examples and guidance so contributors know how to format their commits and PR titles correctly.

PR Checklist

  • [-] Added Tests (Not applicable for documentation changes)
  • Added Documentation
  • [-] Breaking changes (No breaking changes, just documentation)

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

Successfully merging this pull request may close these issues.

2 participants