WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ We have begun using a [Stalebot action](https://github.com/actions/stale) to hel
29
29
30
30
## Development lifecycle
31
31
32
-
Ready to contribute to `dependency-review-action`? Here is some information to help you get started.
32
+
Ready to contribute to `dependency-review-action`? Here is some information to help you get started.
33
33
34
34
### High level overview of the action
35
35
@@ -87,8 +87,9 @@ _Note_: We don't have a very comprehensive test suite, so any contributions to t
87
87
88
88
1. Create a new branch: `git checkout -b my-branch-name`
89
89
2. Make your change, add tests, and make sure the tests still pass
90
-
3. Make sure to build and package before pushing: `npm run build && npm run package`
91
-
4. Push to your fork and [submit a pull request][pr]
90
+
3. Push to your fork and [submit a pull request][pr]
91
+
92
+
(note: we don't recommend including changes to the `dist` directory in your pull request, because changes there have an increased likelihood of conflicts.)
92
93
93
94
Here are a few things you can do that will increase the likelihood of your pull request being accepted:
94
95
@@ -106,6 +107,7 @@ Here are a few things you can do that will increase the likelihood of your pull
106
107
_Note: these instructions are for maintainers_
107
108
108
109
1. Update the version number in [package.json](https://github.com/actions/dependency-review-action/blob/main/package.json) and run `npm i` to update the lockfile.
110
+
1. Update the dist files by running `npm run build` and `npm run package`
0 commit comments