Skip to content

Commit bbafa53

Browse files
authored
Update CONTRIBUTING.md
Note callouts apparently can't be below bullet list items. Moving it to the end of the section.
1 parent 1b84b6f commit bbafa53

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,12 +172,13 @@ To do this locally, please
172172
2. Check out this repo, go to the repo root, and switch to a development branch
173173
3. Execute `npm install` (once, repeat after merging upstream changes)
174174
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).
177175
5. Open output file `deploy-preview/oas.html` with a browser and check your changes
178176

179177
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.
180178

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).
181+
181182
## Reviewers
182183

183184
> [!NOTE]

0 commit comments

Comments
 (0)