Skip to content

Commit 3f46926

Browse files
committed
feat: initial meta documents
0 parents  commit 3f46926

File tree

3 files changed

+51
-0
lines changed

3 files changed

+51
-0
lines changed

CODE_OF_CONDUCT.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Code of Conduct
2+
3+
This repository is committed to upholding the Node.js Code of Conduct.
4+
5+
The Node.js Code of Conduct document can be found at nodejs/admin@master/CODE_OF_CONDUCT.md

CONTRIBUTING.md

Lines changed: 32 additions & 0 deletions
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 repository.
30+
31+
[Node.js Moderation Policy]:
32+
https://github.com/nodejs/admin/blob/master/Moderation-Policy.md

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Future of Build Toolchain
2+
3+
The goals of the "Future of Build Toolchain" Strategic Initiative are:
4+
5+
* Explore and test alternatives to the current build toolchain used by Node.js
6+
* Map existing personas and use cases that rely on the build toolchain
7+
* Prioritize personas, understanding what compromises are acceptable in the
8+
next build toolchain
9+
* Work with stakeholders to ensure compatibility with their use cases
10+
* Create a migration plan to move to a new build toolchain
11+
* Execute that plan
12+
13+
This repository is used to discuss anything related to this strategic
14+
initiative, as well as to track its progress.

0 commit comments

Comments
 (0)