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
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -172,6 +172,8 @@ To do this locally, please
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
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
+
> [!NOTE] Use Git Bash on Windows
176
+
> This npm script calls bash scripts. Run it from [Git Bash](https://gitforwindows.org/) on Windows, or use the Windows Subsystem for Linux (WSL).
175
177
5. Open output file `deploy-preview/oas.html` with a browser and check your changes
176
178
177
179
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