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: .github/copilot-instructions.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Use `.github/prompts/*.prompt.md` for guided workflows:
37
37
- Avoid risky renames or moves of core stack paths used by downstream merges
38
38
- Keep changes minimal and merge-friendly for downstream projects
39
39
- Flag security or mergeability risks explicitly in reviews
40
-
- Every new or modified function must have a JSDoc header: one-line description, `@param` for each argument, `@returns` if the function returns a value
40
+
- Every new or modified function must have a JSDoc header: one-line description, `@param` for each argument, `@return` for any non-void return value (always include `@return` for async functions to document the resolved value)
0 commit comments