Skip to content

Commit 3ba43b7

Browse files
authored
docs: improve contributing guidelines
1 parent 144442a commit 3ba43b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CONTRIBUTING.md

+3
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@ static void test() {
109109
assert(func(...) == ...); // this ensures that the algorithm works as expected
110110

111111
// can have multiple checks
112+
113+
// this lets the user know that the tests passed
114+
printf("All tests have successfully passed!\n");
112115
}
113116

114117
/**

0 commit comments

Comments
 (0)