Skip to content

Commit 2cf0990

Browse files
meta: add pull request template (#2762)
### Description Adds a pull request template. #### Issues * resolves: #2742 * resolves: CLI-165 --------- Co-authored-by: Daniel Szoke <7881302+szokeasaurusrex@users.noreply.github.com>
1 parent 9b5024d commit 2cf0990

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/pull_request_template.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
### Description
2+
<!-- What changed and why? -->
3+
4+
### Issues
5+
<!--
6+
* resolves: #1234
7+
* resolves: LIN-1234
8+
-->
9+
10+
<!--
11+
#### Reminders
12+
- Add GH Issue ID _&_ Linear ID (if applicable)
13+
- PR title should use [conventional commit](https://develop.sentry.dev/engineering-practices/commit-messages/#type) style (`feat:`, `fix:`, `ref:`, `meta:`)
14+
- For external contributors: [CONTRIBUTING.md](https://github.com/getsentry/sentry-cli/blob/master/CONTRIBUTING.md), [Sentry SDK development docs](https://develop.sentry.dev/sdk/), [Discord community](https://discord.gg/Ww9hbqr)
15+
-->
16+
17+
18+

0 commit comments

Comments
 (0)