Skip to content

Commit b07461a

Browse files
authored
meta: update pull request template (#1086)
1 parent 9a76764 commit b07461a

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

.github/pull_request_template.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
<!--
2-
3-
Hey, thanks for your contribution!
4-
5-
The Sentry team has finite resources and priorities that are not always visible on GitHub.
6-
Please help us save time when reviewing your PR by following this two-step guide:
7-
8-
1. Is your PR a simple typo fix? __Click that green "Create pull request" button__!
9-
2. For more complex PRs, please read https://github.com/getsentry/sentry-go/blob/master/CONTRIBUTING.md
1+
### Description
2+
<!-- What changed and why? -->
103

4+
#### Issues
5+
<!--
6+
* resolves: #1234
7+
* resolves: LIN-1234
118
-->
9+
10+
#### Reminders
11+
- Add GH Issue ID _&_ Linear ID
12+
- PR title should use [conventional commit](https://develop.sentry.dev/engineering-practices/commit-messages/#type) style (`feat:`, `fix:`, `ref:`, `meta:`)
13+
- For external contributors: [CONTRIBUTING.md](https://github.com/getsentry/sentry-go/blob/master/CONTRIBUTING.md), [Sentry SDK development docs](https://develop.sentry.dev/sdk/), [Discord community](https://discord.gg/Ww9hbqr)

0 commit comments

Comments
 (0)