-
Notifications
You must be signed in to change notification settings - Fork 996
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #33 from tims/contrib
skeleton contributing guide
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Contributing Guide | ||
|
||
## Code reviews | ||
|
||
All submissions, including submissions by project members, require review. We use GitHub pull | ||
requests for this purpose. Consult GitHub Help for more information on using pull requests. | ||
|
||
## Code conventions | ||
|
||
### Java | ||
|
||
We conform to the [java google style guide](https://google.github.io/styleguide/javaguide.html) | ||
|
||
If using intellij please import the code styles: | ||
https://github.com/google/styleguide/blob/gh-pages/intellij-java-google-style.xml | ||
|
||
### Go | ||
|
||
Make sure you apply `go fmt`. | ||
|
||
### JavaScript |