Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
4 of 7 tasks
harmeetsingh11 opened this issue May 25, 2024 · 1 comment
Open
4 of 7 tasks
Assignees
Labels
enhancement New feature or request

Comments

@harmeetsingh11
Copy link
Contributor

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:

  • Develop the PR title checker script to verify titles against the defined prefixes.
  • Integrate the checker into the project's CI/CD pipeline.
  • Define error messages or warnings for non-compliant PR titles.

Screenshots

No response

Checklist

  • I have checked the existing issues
  • I have read the Contributing Guidelines
  • I am willing to work on this issue
  • I am a GSSoC'24 contributor
@harmeetsingh11 harmeetsingh11 changed the title Feature]: Implement PR Title Checker workflow for Conventional Commit Prefixes [Feature]: Implement PR Title Checker workflow for Conventional Commit Prefixes May 29, 2024
@dvjsharma
Copy link
Owner

Would be a good check. Please go ahead @harmeetsingh11.

@dvjsharma dvjsharma added enhancement New feature or request gssoc GSSoC'24 label level1 labels May 31, 2024
@dvjsharma dvjsharma removed gssoc GSSoC'24 label level1 labels Aug 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants