revert(ja-JP): keep commit message examples in English in CONTRIBUTING.md

This commit is contained in:
Hirokazu Tanaka
2026-03-25 23:30:54 +09:00
parent bf7ed1fce2
commit a6a81490f6

View File

@@ -356,11 +356,11 @@ description: /help に表示される短い説明
### 1. PRタイトル形式 ### 1. PRタイトル形式
``` ```
feat(skills): Rustパターンスキルを追加 feat(skills): add rust-patterns skill
feat(agents): APIデザイナーエージェントを追加 feat(agents): add api-designer agent
feat(hooks): 自動フォーマットフックを追加 feat(hooks): add auto-format hook
fix(skills): Reactパターンを更新 fix(skills): update React patterns
docs: 貢献ガイドを改善 docs: improve contributing guide
``` ```
### 2. PR説明 ### 2. PR説明