Skip to content

Commit 0c7de2c

Browse files
committed
use PR template for Java PRs
1 parent ce66489 commit 0c7de2c

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

.claude/skills/create-java-pr/SKILL.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,34 @@ If the push fails due to diverged history, ask the user how to proceed rather th
6565

6666
## Step 5: Create PR
6767

68-
Invoke the `sentry-skills:create-pr` skill to create a draft PR, then continue to Step 6.
68+
Invoke the `sentry-skills:create-pr` skill to create a draft PR. When providing the PR body, use the repo's PR template structure from `.github/pull_request_template.md`:
69+
70+
```
71+
## :scroll: Description
72+
<Describe the changes in detail>
73+
74+
## :bulb: Motivation and Context
75+
<Why is this change required? What problem does it solve?>
76+
77+
## :green_heart: How did you test it?
78+
<Describe how you tested>
79+
80+
## :pencil: Checklist
81+
- [ ] I added GH Issue ID _&_ Linear ID
82+
- [ ] I added tests to verify the changes.
83+
- [ ] No new PII added or SDK only sends newly added PII if `sendDefaultPII` is enabled.
84+
- [ ] I updated the docs if needed.
85+
- [ ] I updated the wizard if needed.
86+
- [ ] Review from the native team if needed.
87+
- [ ] No breaking change or entry added to the changelog.
88+
- [ ] No breaking change for hybrid SDKs or communicated to hybrid SDKs.
89+
90+
## :crystal_ball: Next steps
91+
```
92+
93+
Fill in each section based on the changes being PR'd. Check any checklist items that apply.
94+
95+
Then continue to Step 6.
6996

7097
## Step 6: Update Changelog
7198

0 commit comments

Comments
 (0)