Skip to content

Commit

Permalink
fix: add coc
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Nov 28, 2024
1 parent c384af5 commit 9518ea9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Contributor Code of Conduct

The `js-libp2p` project follows the [`IPFS Community Code of Conduct`](https://github.com/ipfs/community/blob/master/code-of-conduct.md)
1 change: 1 addition & 0 deletions src/check-project/check-licence-files.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ export async function checkLicenseFiles (projectDir) {
await ensureFileNotPresent(projectDir, 'LICENSE')
await ensureFileHasContents(projectDir, 'LICENSE-APACHE')
await ensureFileHasContents(projectDir, 'LICENSE-MIT')
await ensureFileHasContents(projectDir, 'CODE_OF_CONDUCT.md')
}
3 changes: 3 additions & 0 deletions src/check-project/files/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Contributor Code of Conduct

The `js-libp2p` project follows the [`IPFS Community Code of Conduct`](https://github.com/ipfs/community/blob/master/code-of-conduct.md)
2 changes: 2 additions & 0 deletions src/check-project/files/gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ node_modules
package-lock.json
yarn.lock
.vscode
.tmp-compiled-docs
tsconfig-doc-check.aegir.json

0 comments on commit 9518ea9

Please sign in to comment.