Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f81bd48

Browse filesBrowse files
gibfahnItalo A. Casas
authored andcommitted
doc: document use of Refs: for references
Standardise on Refs: PR-URL: #10670 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Yorkie Liu <yorkiefixer@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
1 parent b70dde0 commit f81bd48
Copy full SHA for f81bd48

File tree

Expand file treeCollapse file tree

2 files changed

+5
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+5
-1
lines changed
Open diff view settings
Collapse file

‎COLLABORATOR_GUIDE.md‎

Copy file name to clipboardExpand all lines: COLLABORATOR_GUIDE.md
+1Lines changed: 1 addition & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ information regarding the change process:
120120
for an issue, and/or the hash and commit message if the commit fixes
121121
a bug in a previous commit. Multiple `Fixes:` lines may be added if
122122
appropriate.
123+
- A `Refs:` line referencing a URL for any relevant background.
123124
- A `Reviewed-By: Name <email>` line for yourself and any
124125
other Collaborators who have reviewed the change.
125126
- Useful for @mentions / contact list if something goes wrong in the PR.
Collapse file

‎CONTRIBUTING.md‎

Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+4-1Lines changed: 4 additions & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,13 @@ Check the output of `git log --oneline files_that_you_changed` to find out
136136
what subsystem (or subsystems) your changes touch.
137137

138138
If your patch fixes an open issue, you can add a reference to it at the end
139-
of the log. Use the `Fixes:` prefix and the full issue URL. For example:
139+
of the log. Use the `Fixes:` prefix and the full issue URL. For other references
140+
use `Refs:`. For example:
140141

141142
```txt
142143
Fixes: https://github.com/nodejs/node/issues/1337
144+
Refs: http://eslint.org/docs/rules/space-in-parens.html
145+
Refs: https://github.com/nodejs/node/pull/3615
143146
```
144147

145148
### Step 4: Rebase

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.