Skip to content

Commit ed593bb

Browse files
committed
docs: document .sh syntax checking
1 parent babcd4b commit ed593bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ This means:
2828
4. That the file is named correctly (kebab casing)
2929
5. That `.sh` files have executable permissions (i.e.: `chmod +x ./my-file.sh`)
3030
6. That you aren't using the shorthand `repo`, `repos`, `org`, or `orgs` in the filenames; spell out the full word (i.e.: `repository`, `repositories`, `organization`, and `organizations`)
31+
7. There are no syntax errors in `.sh` files
3132

3233
### Documentation
3334

0 commit comments

Comments
 (0)