Skip to content

Commit 94cef8d

Browse files
committed
skeleton contributing guide
1 parent 14cb64c commit 94cef8d

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Contributing Guide
2+
3+
## Code reviews
4+
5+
All submissions, including submissions by project members, require review. We use GitHub pull
6+
requests for this purpose. Consult GitHub Help for more information on using pull requests.
7+
8+
## Code conventions
9+
10+
### Java
11+
12+
We conform to the [java google style guide](https://google.github.io/styleguide/javaguide.html)
13+
14+
If using intellij please import the code styles:
15+
https://github.com/google/styleguide/blob/gh-pages/intellij-java-google-style.xml
16+
17+
### Go
18+
19+
### JavaScript

0 commit comments

Comments
 (0)