Skip to content

Commit c208353

Browse files
committed
Update PR description automation guide with an example workflow and image renaming. Added a new section detailing the PR creation process and replaced the outdated image reference for clarity.
1 parent 5ac9923 commit c208353

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/guides/all/auto-enhance-pr-descriptions-with-ai.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,10 @@ This Port-native approach combines organizational knowledge with code analysis:
349349
**Together:** A PR description that explains both *what* changed in the code AND *why* it matters to the business.
350350
:::
351351

352+
## Example workflow
353+
354+
Here's what happens when a PR is created in your repository:
355+
352356

353357
<Tabs groupId="coding-agent" defaultValue="claude" values={[
354358
{label: "Claude Code", value: "claude"},
@@ -430,7 +434,7 @@ Now let's test the complete setup and see how Port enriches PR descriptions with
430434

431435
The PR starts with just an empty template - no business context, no explanation of what the code does or why it matters.
432436

433-
<img src="/img/ai-agents/RAWPRTemplate.png" border="1px" width="80%" />
437+
<img src="/img/ai-agents/PRDescriptionRAWPRTemplate.png" border="1px" width="80%" />
434438

435439
<h3>During Enhancement: Port Gathers Business Context</h3>
436440

0 commit comments

Comments
 (0)