-
Notifications
You must be signed in to change notification settings - Fork 116
doc: add contributing guide and license #61
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #61 +/- ##
======================================
Coverage 96.8% 96.8%
======================================
Files 13 13
Lines 438 438
======================================
Hits 424 424
Misses 14 14 Continue to review full report at Codecov.
|
@@ -74,7 +74,7 @@ $ get-metadata $PRID >> msg.txt | |||
$ git commit --amend -F msg.txt | |||
``` | |||
|
|||
### TODO | |||
### Features |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not an accident XD
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Looks good. package.json
says MIT license, right?
It does! Letting a bit more time for reviews before merge |
I think we should be good to go, if there are any more comments please raise an issue. |
Refs: https://github.com/joyeecheung/node-core-utils/issues/59
The contributing guide is largely borrowed from the llnode one, although during this patch I noticed that one needs update as well...that one was largely borrowed from the node core one, I dropped a few requirements e.g. wrapping commit message header line in 50 chars because they feel a bit lengthy to me.