Skip to content

Commit f78614b

Browse files
committed
Add to the Contributing.md file
1 parent 5fccfb3 commit f78614b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/Contributing.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## Bash Style Conventions
22

3+
The most important thing re coding style (as with any contribution) is to
4+
follow the style conventions in place for the existing code.
5+
6+
Here are some basics:
7+
38
* Use spaces for indentation.
49
No tabs please.
510
* Use 4 space indent.
@@ -12,6 +17,7 @@
1217
* Function names should be `foo-bar` not `foo_bar`.
1318
* Define functions `foo-bar() ( ... )`, not `function foo-bar ( ... )`.
1419

20+
1521
## Testing
1622

1723
* Run `make test`.

0 commit comments

Comments
 (0)