File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -13,18 +13,22 @@ Default STARTER_CHARACTER = 🧩
1313** NEVER** approve a test for us, the user will allways do that. If you believe the ` .approved. ` file needs to be changed, prompt the user.
1414
1515
16- ## Running Tests
16+ ## Running Build and Tests
1717
18- To run tests: ` ./build_and_test.sh `
19- ** note:** this will auto-format the code.
18+ To run build tests: ` ./build_and_test.sh ` or ` .\build_and_test.cmd ` . Any time I say ` b ` or ` t ` I mean "you should run the build and tests."
19+
20+ ** note:** The build will auto-format the code.
2021You do not need to worry about formatting.
2122
22- ## Checking status
23+ ## Checking Git status
24+
2325use: ` ./.windsurf/scripts/git_status.sh `
2426
2527
2628## Commiting Code
29+
2730Read [ Arlo Commit Notation] ( ../ArloCommitNotation.process.md ) and follow the instructions.
2831
2932## Changing files
33+
3034This repository is under git, always makes changes directly to the files without asking the user for permission. The user can always revert them.
You can’t perform that action at this time.
0 commit comments