File tree 2 files changed +10
-0
lines changed
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -4,4 +4,7 @@ _Description of changes:_
4
4
5
5
_ Target (OCI, Managed Runtime, both):_
6
6
7
+ ## Checklist
8
+ - [ ] I have run ` npm install ` to generate the ` package-lock.json ` correctly and included it in the PR.
9
+
7
10
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Original file line number Diff line number Diff line change @@ -165,6 +165,13 @@ Then,
165
165
* to run integration tests: ` make test-integ `
166
166
* to run smoke tests: ` make test-smoke `
167
167
168
+ ### Raising a PR
169
+ When modifying dependencies (` package.json ` ), make sure to:
170
+ 1 . Run ` npm install ` to generate an updated ` package-lock.json `
171
+ 2 . Commit both ` package.json ` and ` package-lock.json ` together
172
+
173
+ We require package-lock.json to be checked in to ensure consistent installations across development environments.
174
+
168
175
### Troubleshooting
169
176
170
177
While running integration tests, you might encounter the Docker Hub rate limit error with the following body:
You can’t perform that action at this time.
0 commit comments