Open harmeetsingh11 opened 10 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.
@yagyesh-bobde While this may pose a learning curve for beginners. Clear guidelines and documentation can help ease the transition for contributors.
What exactly we have to do check the pr titles or commits ??
PR titles
We can check the pr titles via regex 🤔
I can make a yaml file for this
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:
build:
chore:
docs:
feat:
fix:
perf:
refactor:
revert:
style:
test:
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