File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,19 @@ go test -run='TestLocal/<test name>' ./internal/testrunner # For new "local
24
24
25
25
Always make sure code is formatted, linted, and tested before sending a pull request.
26
26
27
+ <critical >
28
+ YOU MUST RUN THESE COMMANDS AT THE END OF YOUR SESSION!
29
+ IF THESE COMMANDS FAIL, CI WILL FAIL, AND YOUR PR WILL BE REJECTED OUT OF HAND.
30
+ FIXING ERRORS FROM THESE COMMANDS IS YOUR HIGHEST PRIORITY.
31
+ ENSURE YOU DO THE RIGHT THINGS TO MAKE THEM PASS.
32
+ ``` sh
33
+ npx hereby build # Build the project
34
+ npx hereby test # Run tests
35
+ npx hereby lint # Run linters
36
+ npx hereby format # Format the code
37
+ ```
38
+ </critical >
39
+
27
40
## Compiler Features, Fixes, and Tests
28
41
29
42
When fixing a bug or implementing a new feature, at least one minimal test case should always be added in advance to verify the fix.
You can’t perform that action at this time.
0 commit comments