Skip to content

Commit 9518ea9

Browse files
committed
fix: add coc
1 parent c384af5 commit 9518ea9

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed

CODE_OF_CONDUCT.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Contributor Code of Conduct
2+
3+
The `js-libp2p` project follows the [`IPFS Community Code of Conduct`](https://github.com/ipfs/community/blob/master/code-of-conduct.md)

src/check-project/check-licence-files.js

+1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ export async function checkLicenseFiles (projectDir) {
2929
await ensureFileNotPresent(projectDir, 'LICENSE')
3030
await ensureFileHasContents(projectDir, 'LICENSE-APACHE')
3131
await ensureFileHasContents(projectDir, 'LICENSE-MIT')
32+
await ensureFileHasContents(projectDir, 'CODE_OF_CONDUCT.md')
3233
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Contributor Code of Conduct
2+
3+
The `js-libp2p` project follows the [`IPFS Community Code of Conduct`](https://github.com/ipfs/community/blob/master/code-of-conduct.md)

src/check-project/files/gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ node_modules
77
package-lock.json
88
yarn.lock
99
.vscode
10+
.tmp-compiled-docs
11+
tsconfig-doc-check.aegir.json

0 commit comments

Comments
 (0)