mirror of
https://github.com/yamadashy/repomix.git
synced 2025-06-11 00:25:54 +03:00
docs(claude): Add English-only requirement for commit messages
User requested adding language consistency guideline: - User asked to specify that commit messages must be written in English - User wanted clarity on language requirements for international collaboration - Assistant added English-only rule for both title and body - Added guidance to translate non-English user quotes to English - Ensures consistent commit history readable by all contributors 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
16
CLAUDE.md
16
CLAUDE.md
@@ -119,10 +119,12 @@ npm run test
|
|||||||
|
|
||||||
### Commit Message Format
|
### Commit Message Format
|
||||||
- Follow [Conventional Commits](https://www.conventionalcommits.org/) with scope: `type(scope): Description`
|
- Follow [Conventional Commits](https://www.conventionalcommits.org/) with scope: `type(scope): Description`
|
||||||
|
- **Write all commit messages in English** - both title and body must be in English for consistency
|
||||||
- Write detailed commit messages focusing on the "why" rather than the "what"
|
- Write detailed commit messages focusing on the "why" rather than the "what"
|
||||||
- **Include user dialogue context**: Reference the specific conversation or request that led to the change in the commit body
|
- **Include user dialogue context**: Reference the specific conversation or request that led to the change in the commit body
|
||||||
- Format: Use title for technical change, body with clear dialogue section marker and summary
|
- Format: Use title for technical change, body with clear dialogue section marker and summary
|
||||||
- Start with dialogue type summary, then provide bullet points of the conversation flow
|
- Start with dialogue type summary, then provide bullet points of the conversation flow
|
||||||
|
- If user spoke in another language, translate their quotes to English in the commit message
|
||||||
- Examples:
|
- Examples:
|
||||||
```
|
```
|
||||||
feat(cli): Add new --no-progress flag
|
feat(cli): Add new --no-progress flag
|
||||||
@@ -136,20 +138,6 @@ npm run test
|
|||||||
|
|
||||||
Co-Authored-By: Claude <noreply@anthropic.com>
|
Co-Authored-By: Claude <noreply@anthropic.com>
|
||||||
```
|
```
|
||||||
```
|
|
||||||
docs(claude): Add dialogue type summaries to commit message format
|
|
||||||
|
|
||||||
User requested clarification on commit message dialogue format:
|
|
||||||
- User asked: "どういう対話かどうかはようやくしたものを書くようにしてください"
|
|
||||||
- User wanted dialogue type/nature to be summarized upfront
|
|
||||||
- User preferred descriptive headers like 'User requested feature enhancement'
|
|
||||||
- Assistant added dialogue type summaries before bullet points
|
|
||||||
- Examples now show clear dialogue nature identification
|
|
||||||
|
|
||||||
🤖 Generated with [Claude Code](https://claude.ai/code)
|
|
||||||
|
|
||||||
Co-Authored-By: Claude <noreply@anthropic.com>
|
|
||||||
```
|
|
||||||
|
|
||||||
## Pull Request Review Process
|
## Pull Request Review Process
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user