We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e839b7 commit 2b258baCopy full SHA for 2b258ba
CONTRIBUTING.md
@@ -15,10 +15,10 @@ Please note that this project is released with a [Contributor Code of Conduct][c
15
16
17
2. Configure and install the dependencies
18
- - On Unix-y machines: `script/bootstrap`
+ - On Unix-like machines: `script/bootstrap`
19
- On Windows: `script/bootstrap.ps1` (requires PowerShell 7+)
20
3. Make sure the tests pass on your machine
21
- - On Unix-y machines: `make test`
+ - On Unix-like machines: `make test`
22
- On Windows machines: `make -f Makefile.win test` (because there's a different Makefile when building on Windows)
23
4. Create a new branch: `git checkout -b my-branch-name`
24
5. Make your change, add tests, and make sure the tests still pass
0 commit comments