Skip to content

Commit bbd667a

Browse files
dingsdaxlcian
andauthored
meta: add pull request template (#898)
Co-authored-by: Lorenzo Cian <[email protected]>
1 parent 5c8ab31 commit bbd667a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/pull_request_template.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
### Description
2+
<!-- What changed and why? -->
3+
4+
#### Issues
5+
<!--
6+
* resolves: #1234
7+
* resolves: LIN-1234
8+
-->
9+
10+
#### Reminders
11+
- Add GH Issue ID _&_ Linear ID (if applicable)
12+
- Add an entry to CHANGELOG.md, following the format of existing entries
13+
- The PR title should use [Conventional Commits](https://develop.sentry.dev/engineering-practices/commit-messages/#type) style (`feat:`, `fix:`, `ref:`, `meta:`, etc.)
14+
- Useful links for external contributors: [Sentry SDK development docs](https://develop.sentry.dev/sdk/), [Discord community](https://discord.gg/sentry)

0 commit comments

Comments
 (0)