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 #883

Open
4 of 7 tasks
harmeetsingh11 opened this issue Jan 30, 2025 · 1 comment · May be fixed by #889
Open
4 of 7 tasks

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

harmeetsingh11 opened this issue Jan 30, 2025 · 1 comment · May be fixed by #889
Assignees
Labels
bug Something isn't working enhancement New feature or request WoC 4.0 Open Source Label

Comments

@harmeetsingh11
Copy link
Collaborator

Is there an existing feature request for this?

  • I have searched the existing issues

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.

Solution:

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.

Priority/Impact

Medium

Checklist

  • I have read the Contributing Guidelines
  • I am willing to work on this issue
  • I am a WOC 4.0 contributor
@github-actions github-actions bot added the SWOC label Jan 30, 2025
Copy link

Hi there! Thanks for opening this issue @harmeetsingh11!. We appreciate your contribution to this open-source project. We aim to respond or assign your issue as soon as possible.If belong's to SWOC program role ur self as Contributor in OS lead site Link : https://www.oslead.xyz/usertype , so that ur points will be assigned to the leaderboard. New to Open Source Contribution check out the below YT video , Happy Coding🚀💻🐛 🔗 Link : https://www.youtube.com/watch?v=3afUKB3guZA

@github-actions github-actions bot added enhancement New feature or request bug Something isn't working labels Jan 30, 2025
@Anjaliavv51 Anjaliavv51 added WoC 4.0 Open Source Label and removed SWOC labels Feb 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request WoC 4.0 Open Source Label
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants