diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..a65b412c --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,13 @@ +### Description + + +#### Issues + + +#### Reminders +- Add GH Issue ID _&_ Linear ID (if applicable) +- PR title should use [conventional commit](https://develop.sentry.dev/engineering-practices/commit-messages/#type) style (`feat:`, `fix:`, `ref:`, `meta:`) +- For external contributors: [CONTRIBUTING.md](../CONTRIBUTING.md), [Sentry SDK development docs](https://develop.sentry.dev/sdk/), [Discord community](https://discord.gg/Ww9hbqr)