Skip to content

Commit 5dd1b2a

Browse files
committed
Add Node.js meta documents
See: nodejs/admin#541 Fixes #312.
1 parent 0fb8c66 commit 5dd1b2a

File tree

4 files changed

+41
-2
lines changed

4 files changed

+41
-2
lines changed

Diff for: CODE_OF_CONDUCT.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Code of Conduct
2+
3+
Undici is committed to upholding the Node.js Code of Conduct.
4+
5+
The Node.js Code of Conduct document has moved to
6+
https://github.com/nodejs/admin/blob/master/CODE_OF_CONDUCT.md Please update
7+
links to this document accordingly.

Diff for: CONTRIBUTING.md

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Developer's Certificate of Origin 1.1
2+
3+
By making a contribution to this project, I certify that:
4+
5+
* (a) The contribution was created in whole or in part by me and I
6+
have the right to submit it under the open source license
7+
indicated in the file; or
8+
9+
* (b) The contribution is based upon previous work that, to the best
10+
of my knowledge, is covered under an appropriate open source
11+
license and I have the right under that license to submit that
12+
work with modifications, whether created in whole or in part
13+
by me, under the same open source license (unless I am
14+
permitted to submit under a different license), as indicated
15+
in the file; or
16+
17+
* (c) The contribution was provided directly to me by some other
18+
person who certified (a), (b) or (c) and I have not modified
19+
it.
20+
21+
* (d) I understand and agree that this project and the contribution
22+
are public and that a record of the contribution (including all
23+
personal information I submit with it, including my sign-off) is
24+
maintained indefinitely and may be redistributed consistent with
25+
this project or the open source license(s) involved.
26+
27+
## Moderation Policy
28+
29+
The [Node.js Moderation Policy] applies to this project.
30+
31+
[Node.js Moderation Policy]:
32+
https://github.com/nodejs/admin/blob/master/Moderation-Policy.md

Diff for: LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018 Matteo Collina
3+
Copyright (c) Matteo Collina and Undici contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "undici",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "An HTTP/1.1 client, written from scratch for Node.js",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)