docs: improve contributing guidelines

This commit is contained in:
David Leal 2023-04-26 11:27:51 -06:00 committed by GitHub
parent 144442afba
commit 3ba43b75ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -109,6 +109,9 @@ static void test() {
assert(func(...) == ...); // this ensures that the algorithm works as expected
// can have multiple checks
// this lets the user know that the tests passed
printf("All tests have successfully passed!\n");
}
/**