Skip to content

Commit bf38fb7

Browse files
committed
DOC: Soften tone and incorporate reviewer feedback on AI PR guidelines
1 parent 5b39d4b commit bf38fb7

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

Documentation/docs/contributing/index.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -243,16 +243,18 @@ code is ready for their attention and ensures their review time is spent
243243
effectively.
244244

245245
```{important}
246-
**AI-agent-assisted pull requests must be opened in Draft mode.** An
247-
agent-created PR must not be converted to *Ready for Review* until the human
246+
**Please open AI-agent-assisted pull requests in Draft mode.** We prefer that
247+
an AI-agent-assisted PR not be converted to *Ready for Review* until the human
248248
author has personally verified that:
249249
250250
- all automated CI tests pass,
251-
- the implementation is correct and complete,
251+
- the implementation is correct, complete and fully understood,
252252
- the PR description accurately reflects the changes made.
253253
254-
Reviewer time is a finite human resource. Do not request a review before these
255-
conditions are met.
254+
Reviewer time is a finite human resource. Please allow at least 1 working day
255+
for low-impact changes (e.g., single test changes, documentation updates) and
256+
longer for changes that impact core infrastructure or fundamental algorithmic
257+
behavior before merging.
256258
```
257259

258260
Optionally, discuss the change by opening a topic on [ITK's Discourse].

0 commit comments

Comments
 (0)