Yeasir0032 / Discord-Clone

A Discord clone built using Next.js, Tailwind CSS, and LiveKit, providing users with real-time text, voice, and video communication features.
https://discord-a.up.railway.app/
MIT License
34 stars 49 forks source link

[feature]: implement PR title checker workflow for conventional commit prefixes #88

Open harmeetsingh11 opened 4 weeks ago

harmeetsingh11 commented 4 weeks ago

Is there an existing feature request for this?

Detailed Description

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

Use Cases and Benefits

No response

Priority/Impact

Medium

AdityaNik commented 3 weeks ago

can i work on this issue?