Skip to content

doc: document use of Refs: for references

Rodrigo Muino Tomonari requested to merge github/fork/gibfahn/doc-ref into master

Standardise on Refs:

Vote on this straw poll

http://www.strawpoll.me/12049231

(see https://github.com/nodejs/node/pull/10670#issuecomment-271069431)

Checklist
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)

doc

It seems that using Refs: or Ref: in commit messages isn't documented anywhere. I'd suggest we standardise on one or the other. I picked Refs: as it's more common, but either is fine.

➜  node git:(master) git log | grep Ref: | wc -l
     189
➜  node git:(master) git log | grep Refs: | wc -l
     262

Merge request reports

Loading