ShwetKhatri2001 / AR-Webstore

Webstore built to showcase photorealistic 3D digital objects in AR
https://ar-webstore.netlify.app/
MIT License
52 stars 102 forks source link

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

Open harmeetsingh11 opened 4 months ago

harmeetsingh11 commented 4 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:

Screenshots

No response

Checklist

ShwetKhatri2001 commented 4 months ago

Hey @harmeetsingh11 , will it not be difficult to understand for new contributors ? Also, if they don't create PRs with valid names, then reviewers need to spend extra time on validating that. What are your thoughts on this?