# PR 回复模板

## 通用回复

### 已修复
```
@reviewer Fixed in commit `<hash>`. Thanks for the review!
```

### 已修改
```
@reviewer Updated as suggested. PTAL, thanks!
```

### 需要澄清
```
@reviewer Could you elaborate on ...? I want to make sure I understand correctly.
```

### 不同意但礼貌回应
```
@reviewer Thanks for the suggestion. I think the current approach is better because ... WDYT?
```

## 特定场景

### DCO 修复后
```
DCO check fixed. Ready for another review!
```

### CI 全绿后
```
All checks are now passing. PTAL, thanks!
```

### 回复 Issue assign 请求
```
@Gaohan123 Done! I've replied to issue #XXX. Please assign it to me. Thanks!
```

### 解决冲突后
```
Rebased and resolved conflicts. Ready for review again.
```

### PR 合入感谢
```
Thanks for the thorough review! Happy to see this merged.
```

## Reviewer 类型

### Code Owner Review
```
@code-owner Thanks for the detailed review! All comments have been addressed. PTAL.
```

### Community Review
```
@contributor Thanks for taking the time to review! I've incorporated your feedback.
```

### Bot Review (如 Codex)
```
@chatgpt-codex-connector Good catch! Fixed in the latest commit.
```

## 跟进模板

### 长时间未回复后跟进
```
Hi @reviewer, just a friendly ping. This PR is ready for another round of review when you have time. Thanks!
```

### 急需 review 时
```
Hi @reviewer, this fix is blocking some downstream work. Would appreciate a review when you get a chance. Thanks!
```
