sagnik3788 / FlavorFleet

🔥 FlavorFleet: Your Open-Source Culinary Adventure! Embark on a Delicious Journey with Our Open-Source Food Platform 🚀🚀🚀
https://www.youtube.com/watch?v=tHz1eVeVxic&t=0s
MIT License
15 stars 31 forks source link

[Feature]: Implement PR Title Checker workflow for Conventional Commit Prefixes #73

Closed harmeetsingh11 closed 9 months ago

harmeetsingh11 commented 9 months ago

Is your feature request related to a problem? Please describe.

Description:

The project would benefit from a PR title checker that ensures conformity to conventional commit prefixes. Currently, the following prefixes are considered valid:

Problem:

Enforcing consistent and descriptive PR titles following conventional commit prefixes helps maintain clarity and organization in the project's version history.

Describe the solution you'd like

Implement a PR title checker that validates each PR title against the specified conventional commit prefixes. This will ensure that PR titles adhere to the established guidelines.

To-Do:

Checklist