Skip to content

Commit 6362df4

Browse files
jar-stripeclaude
andauthored
Add Changelog section to PR template (#2228)
Committed-By-Agent: claude Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 93f8a5f commit 6362df4

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/pull_request_template.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,15 @@ List out the key changes made in this PR, e.g.
99

1010
### See Also
1111
<!-- Include any links or additional information that help explain this change. -->
12+
13+
## Changelog
14+
<!-- Heads up! This section should include entries for any user-facing changes.
15+
Either fill it out or remove it if there are no entries to report.
16+
17+
List changes that affect end users, e.g.
18+
- Fixes crash when calling `foo.bar()` with null argument
19+
- Adds support for new `baz` parameter on `PaymentIntent` creation
20+
21+
List breaking changes first with a ⚠️ prefix, e.g.
22+
- ⚠️ Removes deprecated `legacy_method` function
23+
-->

0 commit comments

Comments
 (0)