Skip to content

Commit aa4741c

Browse files
authored
meta: update pull request template (#2702)
1 parent 5a2a6b9 commit aa4741c

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.github/pull_request_template.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,21 @@ Thanks for your Pull Request 🎉
22

33
**Please keep these instructions in mind so we can review it more efficiently:**
44

5-
- Add the references of all the related issues/PRs in the description
5+
- Add the references of all the related GH issues, Linear IDs or PRs in the description
66
- Whether it's a new feature or a bug fix, make sure they're covered by new test cases
77
- If this PR contains any refactoring work, please give it its own commit(s)
88
- Finally, please add an entry to the corresponding changelog
9-
9+
- PR title should use [conventional commit](https://develop.sentry.dev/engineering-practices/commit-messages/#type) style (`feat:`, `fix:`, `ref:`, `meta:`)
1010

1111
**Other Notes**
1212
- We squash all commits before merging
13-
- We generally review new PRs within a week
14-
- If you have any question, you can ask for feedback in our [discord community](https://discord.gg/Ww9hbqr) first
13+
- We generally try to review new PRs within a week
14+
- If you have any question, you can ask for feedback in our [discord community](https://discord.gg/Ww9hbqr) first or consult [CONTRIBUTING.md](../CONTRIBUTING.md) or [Sentry SDK development docs](https://develop.sentry.dev/sdk/)
1515

1616
## Description
1717
Describe your changes:
18+
19+
<!--
20+
* resolves: #1234
21+
* resolves: LIN-1234
22+
-->

0 commit comments

Comments
 (0)