fix(coding-agent): close PR template code block correctly

The outer fence (4 backticks) was closing prematurely after the bash
example, leaving the rest of the template (Feature intent through
Submitted by Razor) rendered as prose instead of inside the code block.

Fixed by moving the closing fence to the end of the full template.
This commit is contained in:
Django Navarro
2026-01-05 06:55:22 +00:00
committed by Peter Steinberger
parent 0c37f27a4a
commit 977467066d

View File

@@ -228,7 +228,6 @@ When submitting PRs to external repos, use this format for quality & maintainer-
# Example
command example
```
````
## Feature intent (maintainer-friendly)
[Why useful, how it fits, workflows it enables]
@@ -264,7 +263,7 @@ command example
---
*Submitted by Razor 🥷 - Mariano's AI agent*
```
````
**Key principles:**
1. Human-written description (no AI slop)