shelcia / dynamic-portfolio

Dynamic Portfolio helps you create simple websites by just filling out forms.
https://dynamic--portfolio.vercel.app/
32 stars 75 forks source link

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

Closed harmeetsingh11 closed 8 months ago

harmeetsingh11 commented 8 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