Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update CONTRIBUTING.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
  • Loading branch information
ScottArbeit and Copilot authored Apr 2, 2025
commit 2b258ba78723d0bc84b359ac704b06cf56b007b5
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ Please note that this project is released with a [Contributor Code of Conduct][c


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