Skip to content

Commit f8cca3c

Browse files
authored
chore: Add changelogs section in PR template (#852)
### Changelogs - Add changelogs section in PR template (internal)
1 parent 8b215ea commit f8cca3c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/pull_request_template.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ Bullet points are also fine.
2323
// Recommended if you are dealing with SB_ISSUES (Customer issues) or release tickets.
2424
Fixes: [<TICKET_ID>](https://sendbird.atlassian.net/browse/<TICKET_ID>)
2525
26+
// Section: Changelogs (Recommended)
27+
// Add (internal) at the end of each changelog if internal.
28+
### Changelogs
29+
-
30+
2631
// If you want to add coauthors - for example, if you pair programmed or they made significant contributions to the ideas in the code and you want to thank them.
2732
Co-authored-by: Name <[email protected]>, Name2 <[email protected]>
2833
```

0 commit comments

Comments
 (0)