Skip to content

Commit 51efb31

Browse files
committed
project: add governance docs
See: nodejs/node-report#1
1 parent 63ea004 commit 51efb31

File tree

4 files changed

+33
-1
lines changed

4 files changed

+33
-1
lines changed

AUTHORS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Authors ordered by first contribution.
2+
Fedor Indutny <[email protected]>
3+
Howard Hellyer <[email protected]>

CONTRIBUTING.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,18 @@ to address, apply your changes in a separate commit and push that to your
110110
feature branch. Post a comment in the pull request afterwards; GitHub does
111111
not send out notifications when you add commits.
112112

113-
<a id="developers-certificate-of-origin"></a>
113+
## Code of Conduct
114+
115+
The [Node.js Code of Conduct][] applies to this repo.
116+
117+
[Node.js Code of Conduct]: https://github.com/nodejs/node/blob/master/CODE_OF_CONDUCT.md
118+
119+
## Code Contributions
120+
121+
The llnode project falls under the governance of the post-mortem
122+
working group which is documented in:
123+
https://github.com/nodejs/post-mortem/blob/master/GOVERNANCE.md
124+
114125
## Developer's Certificate of Origin 1.1
115126

116127
By making a contribution to this project, I certify that:

GOVERNANCE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# llnode Project Governance
2+
3+
The llnode project falls under the governance of the post-mortem
4+
working group which is documented in:
5+
https://github.com/nodejs/post-mortem/blob/master/GOVERNANCE.md.

LICENCE.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
The MIT License (MIT)
2+
=====================
3+
4+
Copyright (c) 2016 nodereport contributors
5+
--------------------------------------------------
6+
7+
*nodereport contributors listed at <https://github.com/nodejs/nodereport/blob/master/AUTHORS>*
8+
9+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
10+
11+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
12+
13+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE

0 commit comments

Comments
 (0)