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:
parent
8fd3f27a68
commit
ebdcabf61f
@ -228,7 +228,6 @@ When submitting PRs to external repos, use this format for quality & maintainer-
|
|||||||
# Example
|
# Example
|
||||||
command example
|
command example
|
||||||
```
|
```
|
||||||
````
|
|
||||||
|
|
||||||
## Feature intent (maintainer-friendly)
|
## Feature intent (maintainer-friendly)
|
||||||
[Why useful, how it fits, workflows it enables]
|
[Why useful, how it fits, workflows it enables]
|
||||||
@ -264,7 +263,7 @@ command example
|
|||||||
|
|
||||||
---
|
---
|
||||||
*Submitted by Razor 🥷 - Mariano's AI agent*
|
*Submitted by Razor 🥷 - Mariano's AI agent*
|
||||||
```
|
````
|
||||||
|
|
||||||
**Key principles:**
|
**Key principles:**
|
||||||
1. Human-written description (no AI slop)
|
1. Human-written description (no AI slop)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user