akshitagupta15june / akshitagupta15june/Face-X

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

オープン
#1,730 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
enhancement
主要言語
Jupyter Notebook
スター
853
フォーク
596
PR マージ指標
30日以内にマージされた PR はありません

説明

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

### Checklist

- [X] I have starred the repository
- [X] I have checked the existing issues
- [X] I have read the discussion tab thoroughly and got the project idea
- [X] I am willing to work on this issue
- [X] I am an IWOC 2.0 contributor
- [X] I am an SWOC 2024 contributor

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。