docs(cursor): clarify pr-body command instructions#7552
docs(cursor): clarify pr-body command instructions#7552gh-worker-dd-mergequeue-cf854d[bot] merged 1 commit intomasterfrom
Conversation
- Reframe template rules and fix "references" typo. - Add rule: blank line after each markdown headline. - Call out removing template comments and optional "Additional Notes".
Overall package sizeSelf size: 4.62 MB Dependency sizes| name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 2.0.6 | 81.92 kB | 813.08 kB | | dc-polyfill | 0.1.10 | 26.73 kB | 26.73 kB |🤖 This report was automatically generated by heaviest-objects-in-the-universe |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #7552 +/- ##
=======================================
Coverage 80.15% 80.16%
=======================================
Files 730 730
Lines 31217 31217
=======================================
+ Hits 25023 25024 +1
+ Misses 6194 6193 -1 Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
✨ Fix all issues with BitsAI or with Cursor
|
BenchmarksBenchmark execution time: 2026-02-17 12:27:29 Comparing candidate commit e06d513 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 229 metrics, 31 unstable metrics. |
BridgeAR
left a comment
There was a problem hiding this comment.
I feel this alone is somewhat not a strong improvement, while I will not block this
|
It fixes specific errors I've encountered repeatedly. I should have been more clear in the PR body. I'll update it |
495b56a
into
master
docs(cursor): clarify pr-body command instructions - Reframe template rules and fix "references" typo. - Add rule: blank line after each markdown headline. - Call out removing template comments and optional "Additional Notes". Co-authored-by: thomas.watson <thomas.watson@datadoghq.com>
docs(cursor): clarify pr-body command instructions - Reframe template rules and fix "references" typo. - Add rule: blank line after each markdown headline. - Call out removing template comments and optional "Additional Notes". Co-authored-by: thomas.watson <thomas.watson@datadoghq.com>

What does this PR do?
Updates the
.cursor/commands/pr-body.mdcommand so PR bodies follow the GitHub template more consistently: clearer bullet rules (including removing template comments and the optional "Additional Notes" section), a fix for the "references" typo, and a rule to add a blank line after each markdown headline.Motivation
Fixes issues I've encountered many times: Make PR body generation more stable across more LLMs.