1Shubham7 / Wife-Predictor-v2

This is a fun project that predicts your wife. The web app has been deployed on Netlify.
https://wife-predictor.netlify.app/
MIT License
29 stars 29 forks source link

Feat: PR Title Checker #126

Open sanmarg opened 3 weeks ago

sanmarg commented 3 weeks ago

Implement a GitHub Actions workflow to automatically validate the titles of pull requests (PRs) when they are opened, edited, reopened, or synchronized. This workflow will ensure that all PR titles adhere to our project's naming conventions, improving clarity and consistency across the repository.

Maintaining a consistent format for PR titles is crucial for effective project management and code review processes. It helps team members quickly understand the purpose and scope of a PR. Automating the validation of PR titles ensures that contributors follow the established naming conventions without manual oversight.

Please assign this issue to me.