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
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -171,12 +171,10 @@ To do this locally, please
171
171
1. Install [Node.js](https://nodejs.org/)
172
172
2. Check out this repo, go to the repo root, and switch to a development branch
173
173
3. Execute `npm install` (once, repeat after merging upstream changes)
174
-
4. Execute `npm run build-src` after changing `src/oas.md`
175
-
5. Open output file `deploy-preview/oas.html` with a browser
174
+
4. Execute `npm run build-src` after changing `src/oas.md`(this first executes `npm run validate-markdown`, which can also be run separately)
175
+
5. Open output file `deploy-preview/oas.html` with a browser and check your changes
176
176
177
-
Before creating a pull request or marking a draft pull request as ready for review, please
178
-
179
-
6. Execute `npm run validate-markdown` and fix any reported problems in `src/oas.md`
177
+
Please make sure the markdown validates and builds using the above steps before creating a pull request or marking a draft pull request as ready for review.
0 commit comments