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-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -165,6 +165,9 @@ Draft pull requests can still be reviewed while in draft state.
165
165
166
166
### Preview specification HTML locally
167
167
168
+
> [!NOTE]
169
+
> `npm run build-src` calls bash scripts. Use [Git Bash](https://gitforwindows.org/) on Windows, or use the Windows Subsystem for Linux (WSL).
170
+
168
171
The markdown source files are converted to HTML before publishing.
169
172
To do this locally, please
170
173
@@ -176,9 +179,6 @@ To do this locally, please
176
179
177
180
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.
178
181
179
-
> [!NOTE]
180
-
> `npm run build-src` calls bash scripts. Use [Git Bash](https://gitforwindows.org/) on Windows, or use the Windows Subsystem for Linux (WSL).
0 commit comments