yagyesh-bobde / GenAI-Projects

A wide curration of open-source projects and applications in the emerging field of generative AI.
MIT License
66 stars 43 forks source link

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

Open harmeetsingh11 opened 5 months ago

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

Are you interested in contributing?

Code of Conduct

yagyesh-bobde commented 5 months ago

@harmeetsingh11 don't you think initially it will make it harder for beginner level contributors? I mean I love the suggestion cuz like it's totally new to me.

Let me know your thoughts cuz u are the one with expertise.

harmeetsingh11 commented 5 months ago

@yagyesh-bobde While this may pose a learning curve for beginners. Clear guidelines and documentation can help ease the transition for contributors.

kom-senapati commented 4 months ago

What exactly we have to do check the pr titles or commits ??

harmeetsingh11 commented 4 months ago

PR titles

kom-senapati commented 4 months ago

We can check the pr titles via regex 🤔

kom-senapati commented 4 months ago

I can make a yaml file for this