Skip to content

Commit c20f2cd

Browse files
kzs0codebytere
authored andcommittedMar 30, 2020
doc: update maintaining-V8.md
Updated to conform to style guide. PR-URL: #31503 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
1 parent 808379c commit c20f2cd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎doc/guides/maintaining-V8.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ For example, at the time of this writing:
3030

3131
All older branches are abandoned and are not maintained by the V8 team.
3232

33-
### V8 merge process overview
33+
### V8 Merge Process Overview
3434

3535
The process for backporting bug fixes to active branches is officially
3636
documented [on the V8 wiki][V8MergingPatching]. The summary of the process is:
@@ -278,7 +278,7 @@ PR-URL: https://github.com/nodejs/node/pull/7833
278278
normal and [V8 CI][] using the Node.js CI system. We only needed to backport
279279
to `v6.x` as the other LTS branches weren't affected by this bug.
280280

281-
### Backports Identified by the V8 team
281+
### Backports Identified by the V8 Team
282282

283283
For bugs found through the browser or other channels, the V8 team marks bugs
284284
that might be applicable to the abandoned branches in use by Node.js. This is
@@ -313,7 +313,7 @@ Node.js keeps a vendored copy of V8 inside of the deps/ directory. In addition,
313313
Node.js may need to float patches that do not exist upstream. This means that
314314
some care may need to be taken to update the vendored copy of V8.
315315

316-
### Minor updates (patch level)
316+
### Minor Updates (Patch Level)
317317

318318
Because there may be floating patches on the version of V8 in Node.js, it is
319319
safest to apply the patch level updates as a patch. For example, imagine that
@@ -378,7 +378,7 @@ git node v8 major --branch=5.1-lkgr
378378

379379
This should be followed up with manual refloating of all relevant patches.
380380

381-
## Proposal: Using a fork repo to track upstream V8
381+
## Proposal: Using a Fork Repo to Track Upstream V8
382382

383383
The fact that Node.js keeps a vendored, potentially edited copy of V8 in deps/
384384
makes the above processes a bit complicated. An alternative proposal would be to

0 commit comments

Comments
 (0)
Please sign in to comment.