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: .cursor/commands/pr-body.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,13 @@ Do not just blindly list every change.
5
5
Only include specific changes if its relevant to understand the PR changes.
6
6
7
7
Use the PR template in `.github/pull_request_template.md` as the schema:
8
-
- Remove all comments
9
-
- Add content to the relevant sections (remove any section that isn't relevant)
10
-
- Use commit messages in the branch as a staring point
11
-
- Use markdown
12
-
- Use backticks for all file/path and inline code refeferences
13
-
- Don't break lines unnecessarily
8
+
-**IMPORTANT:** Remove all comments from the template.
9
+
- Add content to the relevant sections.
10
+
- Remove "Additional Notes" section if it doesn't add any value.
11
+
- Use commit messages in the branch as a staring point.
12
+
- Use markdown.
13
+
- Use backticks for all file/path and inline code references.
14
+
- Don't break lines unnecessarily.
15
+
- Add an empty line after each markdown headline, before the text.
14
16
15
17
**IMPORTANT:** Output the final PR body in a code block formatted using 4 backticks, so it's easy to copy/paste even if the content itself contains 3 backticks in a row.
0 commit comments