We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fccfb3 commit f78614bCopy full SHA for f78614b
.github/Contributing.md
@@ -1,5 +1,10 @@
1
## Bash Style Conventions
2
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
8
* Use spaces for indentation.
9
No tabs please.
10
* Use 4 space indent.
@@ -12,6 +17,7 @@
12
17
* Function names should be `foo-bar` not `foo_bar`.
13
18
* Define functions `foo-bar() ( ... )`, not `function foo-bar ( ... )`.
14
19
20
15
21
## Testing
16
22
23
* Run `make test`.
0 commit comments