Contributing shell code in backtick
Currently, on ebc77985d8/docs/contributing.md
the
whole code is on a single line. Copying does not work, as the test is commented
This commit is contained in:
parent
ebc77985d8
commit
f7ad281170
@ -121,8 +121,10 @@ Please make sure 'bazel test //...' completes successfully before submitting cod
|
||||
You can do this automatically by adding the following into
|
||||
.git/hooks/pre-commit or .git/hooks/pre-push and making it executable.
|
||||
|
||||
```sh
|
||||
#!/bin/bash
|
||||
bazel test //...
|
||||
```
|
||||
|
||||
If your change is non-trivial and not covered by the existing unit tests, please
|
||||
consider adding a unit test at the same time.
|
||||
|
Loading…
Reference in New Issue
Block a user