Skip to content

Commit a4b2f16

Browse files
committed
asking for contributions
1 parent d3a0dd0 commit a4b2f16

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: README.md

+8
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ console.log(flags.use_strict()); // true
1313

1414
npm install v8-flags
1515

16+
## Contributions
17+
18+
I am doing my best to document each flag, but am hoping for others *especially the ones with insider knowledge* to supply useful comments.
19+
20+
I made this as easy as possible, all you have to do is add/edit the `.md` file with the name of the flag in [this
21+
folder](https://github.com/thlorenz/v8-flags/tree/master/scripts/comments) and run `npm run flag-doc` to
22+
update all documentation with the added details.
23+
1624
## API
1725

1826
The different versions of v8 and thus Node.js have different flags and therefore the API fluctuates somewhat between the

0 commit comments

Comments
 (0)