Skip to content

Commit 2b258ba

Browse files
ScottArbeitCopilot
andauthored
Update CONTRIBUTING.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 5e839b7 commit 2b258ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ Please note that this project is released with a [Contributor Code of Conduct][c
1515

1616

1717
2. Configure and install the dependencies
18-
- On Unix-y machines: `script/bootstrap`
18+
- On Unix-like machines: `script/bootstrap`
1919
- On Windows: `script/bootstrap.ps1` (requires PowerShell 7+)
2020
3. Make sure the tests pass on your machine
21-
- On Unix-y machines: `make test`
21+
- On Unix-like machines: `make test`
2222
- On Windows machines: `make -f Makefile.win test` (because there's a different Makefile when building on Windows)
2323
4. Create a new branch: `git checkout -b my-branch-name`
2424
5. Make your change, add tests, and make sure the tests still pass

0 commit comments

Comments
 (0)