Skip to content

Commit dc716f2

Browse files
authored
Add Changelog section to PR template (stripe#1872)
1 parent 0456edb commit dc716f2

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 nil 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)