@@ -433,6 +433,7 @@ jobs:
433433!/.github/
434434!/.gitignore
435435!/.npmrc
436+ !/CODE_OF_CONDUCT.md
436437!/SECURITY.md
437438!/bin/
438439!/lib/
@@ -444,6 +445,16 @@ jobs:
444445
445446package-lock=false
446447
448+ CODE_OF_CONDUCT.md
449+ ========================================
450+ <!-- This file is automatically added by @npmcli/template-oss. Do not edit. -->
451+
452+ All interactions in this repo are covered by the [npm Code of
453+ Conduct](https://docs.npmjs.com/policies/conduct)
454+
455+ The npm cli team may, at its own discretion, moderate, remove, or edit
456+ any interactions such as pull requests, issues, and comments.
457+
447458SECURITY.md
448459========================================
449460<!-- This file is automatically added by @npmcli/template-oss. Do not edit. -->
@@ -1225,6 +1236,7 @@ jobs:
12251236!/.github/
12261237!/.gitignore
12271238!/.npmrc
1239+ !/CODE_OF_CONDUCT.md
12281240!/SECURITY.md
12291241!/bin/
12301242!/lib/
@@ -1237,6 +1249,16 @@ jobs:
12371249
12381250package-lock=false
12391251
1252+ CODE_OF_CONDUCT.md
1253+ ========================================
1254+ <!-- This file is automatically added by @npmcli/template-oss. Do not edit. -->
1255+
1256+ All interactions in this repo are covered by the [npm Code of
1257+ Conduct](https://docs.npmjs.com/policies/conduct)
1258+
1259+ The npm cli team may, at its own discretion, moderate, remove, or edit
1260+ any interactions such as pull requests, issues, and comments.
1261+
12401262SECURITY.md
12411263========================================
12421264<!-- This file is automatically added by @npmcli/template-oss. Do not edit. -->
0 commit comments