Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: add collaborator guide #275

Closed
wants to merge 1 commit into from

Conversation

mmarchini
Copy link
Contributor

llnode has been unofficially following the Node.js Collaborator Guide
wrt Approving and Landing PRs policy. This commit adds
COLLABORATOR_GUIDE.md with a link to Node.js Collaborator Guide, so
we'll start to follow these guidelines officially.

Fixes: #242

@mmarchini
Copy link
Contributor Author

cc @nodejs/diagnostics @nodejs/post-mortem @nodejs/llnode

@codecov-io
Copy link

codecov-io commented Mar 5, 2019

Codecov Report

Merging #275 into master will decrease coverage by 7.4%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #275      +/-   ##
==========================================
- Coverage   80.84%   73.44%   -7.41%     
==========================================
  Files          33       33              
  Lines        4120     4120              
==========================================
- Hits         3331     3026     -305     
- Misses        789     1094     +305
Impacted Files Coverage Δ
src/node-inl.h 0% <0%> (-100%) ⬇️
src/node.h 23.07% <0%> (-76.93%) ⬇️
src/node-constants.cc 15.87% <0%> (-76.2%) ⬇️
test/plugin/workqueue-test.js 43.75% <0%> (-56.25%) ⬇️
src/node.cc 36.58% <0%> (-53.66%) ⬇️
src/llnode.cc 58.73% <0%> (-16.27%) ⬇️
src/llv8-inl.h 78.22% <0%> (-15.33%) ⬇️
src/llv8-constants.cc 78.92% <0%> (-7.7%) ⬇️
test/common.js 81.92% <0%> (-5.65%) ⬇️
src/llv8.h 92.68% <0%> (-4.88%) ⬇️
... and 6 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 74414fc...cbb18b3. Read the comment docs.

@@ -0,0 +1,4 @@
# llnode Collaborator Guide

llnode follows
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"follows" -> "follows the"?

llnode has been unofficially following the Node.js Collaborator Guide
wrt Approving and Landing PRs policy. This commit adds
COLLABORATOR_GUIDE.md with a link to Node.js Collaborator Guide, so
we'll start to follow these guidelines officially.

Fixes: nodejs#242
mmarchini added a commit that referenced this pull request Sep 10, 2019
llnode has been unofficially following the Node.js Collaborator Guide
wrt Approving and Landing PRs policy. This commit adds
COLLABORATOR_GUIDE.md with a link to Node.js Collaborator Guide, so
we'll start to follow these guidelines officially.

Fixes: #242

PR-URL: #275
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
@mmarchini
Copy link
Contributor Author

Landed in 99d06e7

@mmarchini mmarchini closed this Sep 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Landing PRs policy
4 participants