Skip to content

Commit

Permalink
feat: add CODE_OF_CONDUCT.md (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar authored May 11, 2022
1 parent f802204 commit ad8c6fc
Show file tree
Hide file tree
Showing 9 changed files with 44 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
!/.github/
!/.gitignore
!/.npmrc
!/CODE_OF_CONDUCT.md
!/SECURITY.md
!/bin/
!/lib/
Expand Down
7 changes: 7 additions & 0 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<!-- This file is automatically added by @npmcli/template-oss. Do not edit. -->

All interactions in this repo are covered by the [npm Code of
Conduct](https://docs.npmjs.com/policies/conduct)

The npm cli team may, at its own discretion, moderate, remove, or edit
any interactions such as pull requests, issues, and comments.
5 changes: 5 additions & 0 deletions lib/content/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
All interactions in this repo are covered by the [npm Code of
Conduct](https://docs.npmjs.com/policies/conduct)

The npm cli team may, at its own discretion, moderate, remove, or edit
any interactions such as pull requests, issues, and comments.
1 change: 1 addition & 0 deletions lib/content/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const rootModule = {
'.gitignore': 'gitignore',
'.npmrc': 'npmrc',
'SECURITY.md': 'SECURITY.md',
'CODE_OF_CONDUCT.md': 'CODE_OF_CONDUCT.md',
'package.json': 'pkg.json',
},
rm: [
Expand Down
22 changes: 22 additions & 0 deletions tap-snapshots/test/apply/full-content.js.test.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,7 @@ jobs:
!/.github/
!/.gitignore
!/.npmrc
!/CODE_OF_CONDUCT.md
!/SECURITY.md
!/bin/
!/lib/
Expand All @@ -444,6 +445,16 @@ jobs:
package-lock=false
CODE_OF_CONDUCT.md
========================================
<!-- This file is automatically added by @npmcli/template-oss. Do not edit. -->
All interactions in this repo are covered by the [npm Code of
Conduct](https://docs.npmjs.com/policies/conduct)
The npm cli team may, at its own discretion, moderate, remove, or edit
any interactions such as pull requests, issues, and comments.
SECURITY.md
========================================
<!-- This file is automatically added by @npmcli/template-oss. Do not edit. -->
Expand Down Expand Up @@ -1225,6 +1236,7 @@ jobs:
!/.github/
!/.gitignore
!/.npmrc
!/CODE_OF_CONDUCT.md
!/SECURITY.md
!/bin/
!/lib/
Expand All @@ -1237,6 +1249,16 @@ jobs:
package-lock=false
CODE_OF_CONDUCT.md
========================================
<!-- This file is automatically added by @npmcli/template-oss. Do not edit. -->
All interactions in this repo are covered by the [npm Code of
Conduct](https://docs.npmjs.com/policies/conduct)
The npm cli team may, at its own discretion, moderate, remove, or edit
any interactions such as pull requests, issues, and comments.
SECURITY.md
========================================
<!-- This file is automatically added by @npmcli/template-oss. Do not edit. -->
Expand Down
1 change: 1 addition & 0 deletions tap-snapshots/test/apply/index.js.test.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ exports[`test/apply/index.js TAP turn off repo > expect resolving Promise 1`] =
.eslintrc.js
.gitignore
.npmrc
CODE_OF_CONDUCT.md
SECURITY.md
package.json
`
Expand Down
2 changes: 2 additions & 0 deletions tap-snapshots/test/apply/lockfile.js.test.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ exports[`test/apply/lockfile.js TAP lockfile > expect resolving Promise 1`] = `
!/.github/
!/.gitignore
!/.npmrc
!/CODE_OF_CONDUCT.md
!/SECURITY.md
!/bin/
!/lib/
Expand Down Expand Up @@ -66,6 +67,7 @@ exports[`test/apply/lockfile.js TAP no lockfile by default > expect resolving Pr
!/.github/
!/.gitignore
!/.npmrc
!/CODE_OF_CONDUCT.md
!/SECURITY.md
!/bin/
!/lib/
Expand Down
3 changes: 3 additions & 0 deletions tap-snapshots/test/check/gitignore.js.test.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ To correct it: move files to not match one of the following patterns:
!/.github/
!/.gitignore
!/.npmrc
!/CODE_OF_CONDUCT.md
!/SECURITY.md
!/bin/
!/lib/
Expand Down Expand Up @@ -68,6 +69,7 @@ To correct it: move files to not match one of the following patterns:
!/.github/
!/.gitignore
!/.npmrc
!/CODE_OF_CONDUCT.md
!/SECURITY.md
!/bin/
!/lib/
Expand Down Expand Up @@ -154,6 +156,7 @@ To correct it: move files to not match one of the following patterns:
!/.github/
!/.gitignore
!/.npmrc
!/CODE_OF_CONDUCT.md
!/SECURITY.md
!/bin/
!/lib/
Expand Down
2 changes: 2 additions & 0 deletions tap-snapshots/test/check/index.js.test.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ The following module files need to be added:
.gitignore
.npmrc
SECURITY.md
CODE_OF_CONDUCT.md
To correct it: npx template-oss-apply --force
Expand Down Expand Up @@ -112,6 +113,7 @@ The following module files need to be added:
.gitignore
.npmrc
SECURITY.md
CODE_OF_CONDUCT.md
To correct it: npx template-oss-apply --force
Expand Down

0 comments on commit ad8c6fc

Please sign in to comment.