Cursor rule
.cursor/rules/git-workflow.mdcQclaw 開源貢獻的 Git 工作流程、Commit 格式與分支命名
Cursor rules
Quality
65/100
Scores the file, not the repository.Length
120 words
6 headings · 2 code blocksRepository
2.8k
— · pushed 95 days agoLast changed
3 days ago
First indexed 3 days ago.123456# Git 工作流程78## Remote 設定910| Remote | 指向 | 用途 |11|--------|------|------|12| `origin` | `JasonYang318/Qclaw`(fork) | 推送改動 |13| `upstream` | `qiuzhi2046/Qclaw`(原始) | 同步最新版 |1415## 同步上游1617```powershell18git fetch upstream19git checkout main20git merge upstream/main21git push origin main22```2324## 分支命名2526- 新功能:`feat/<功能名>`27- 修 bug:`fix/<問題描述>`28- 文件:`docs/<主題>`2930## Commit 訊息格式3132```33<type>: <簡述>34```3536| 前綴 | 用途 |37|------|------|38| `feat` | 新功能 |39| `fix` | 修 bug |40| `docs` | 文件變更 |41| `refactor` | 重構 |42| `test` | 測試 |43| `chore` | 工具 / 設定 |4445## PR 流程46471. 先開 GitHub Issue,等維護者確認方向482. 在自己的 fork 分支開發493. 跑完三個驗證指令後再 commit504. 推送到 `origin`,開 PR 指向 `qiuzhi2046/Qclaw`51
Also in qiuzhi2046/Qclaw
Diff this repo’s formatsOne repository carrying more than one format is the comparison this product exists for: does anyone actually write different content in each file, or is one a copy of the other?
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| qiuzhi2046/Qclaw.cursor/rules/electron-ipc.mdc · 2.8k | Cursor rules | no sections | 25/100 | 3 days ago | |
| qiuzhi2046/Qclaw.cursor/rules/qclaw-project.mdc · 2.8k | Cursor rules | buildtest | 67/100 | 3 days ago |
Similar configs
Same format, overlapping stack, ranked by quality.
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| hiromaily/go-crypto-wallet.cursor/rules/typescript.mdc · 126 | Cursor rules | setupbuildtestlint-format+6 | 100/100 | 3 days ago | |
| TechSquidTV/Hermes.cursor/rules/10-hermes-api.mdc · 45 | Cursor rules | testlint-formatstylearch+5 | 100/100 | 3 days ago | |
| markstev/mark-starter.cursor/rules/frontend.mdc · 0 | Cursor rules | setuptestlint-formatstyle+6 | 99/100 | 3 days ago | |
| Allymahmoud/case-intake-platform.cursor/rules/frontend.mdc · 0 | Cursor rules | setuptestlint-formatstyle+7 | 99/100 | 3 days ago | |
| dodgecfr/combatfilms-webapp.cursor/rules/frontend.mdc · 0 | Cursor rules | setuptestlint-formatstyle+7 | 99/100 | 3 days ago | |
| deifos/clipmira-subtitles.cursor/rules/frontend.mdc · 1 | Cursor rules | setuptestlint-formatstyle+7 | 99/100 | 3 days ago | |
| langflow-ai/langflow.cursor/rules/docs_development.mdc · 153k | Cursor rules | setupbuildtestlint-format+7 | 97/100 | 3 days ago | |
| TechSquidTV/Hermes.cursor/rules/20-hermes-api-tests.mdc · 45 | Cursor rules | teststyletesting-strategysecurity+3 | 97/100 | 3 days ago |
