Skip to content

Commit ec2bcca

Browse files
Add PR template foldable end sections
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 3e045a5 commit ec2bcca

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

.github/pull_request_template.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<!-- Lead with user-facing outcome in one concise paragraph. -->
2+
3+
## New: <capability>
4+
5+
<!-- User-facing additions. -->
6+
7+
## Changed: <behavior>
8+
9+
<!-- User-facing behavior changes. -->
10+
11+
## Fixed: <problem>
12+
13+
<!-- User-facing fixes. Remove unused sections before marking ready. -->
14+
15+
---
16+
17+
<details>
18+
<summary>Technical details</summary>
19+
20+
<!-- Internal implementation notes for reviewers/maintainers. -->
21+
22+
</details>
23+
24+
<details>
25+
<summary>Relevant issues (or links)</summary>
26+
27+
<!-- Use fully qualified references, e.g. Fixes Owner/Repo#123 -->
28+
29+
</details>

0 commit comments

Comments
 (0)