You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .claude/skills/create-java-pr/SKILL.md
+28-1Lines changed: 28 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,34 @@ If the push fails due to diverged history, ask the user how to proceed rather th
65
65
66
66
## Step 5: Create PR
67
67
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.
0 commit comments