1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 14:49:06 -04:00

Rename sh/ folder to scripts/

This commit is contained in:
Emil Ernerfeldt
2023-04-18 17:10:52 +02:00
parent 69b568aeb4
commit 03c1a05e49
14 changed files with 9 additions and 9 deletions

View File

@@ -29,7 +29,7 @@ First file an issue (or find an existing one) and announce that you plan to work
Browse through [`ARCHITECTURE.md`](https://github.com/emilk/egui/blob/master/ARCHITECTURE.md) to get a sense of how all pieces connects.
You can test your code locally by running `./sh/check.sh`.
You can test your code locally by running `./scripts/check.sh`.
When you have something that works, open a draft PR. You may get some helpful feedback early!
When you feel the PR is ready to go, do a self-review of the code, and then open it for review.