Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 742 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (13 loc) · 742 Bytes

Contributing Guide

Code reviews

Code submission to Feast (including submission from project maintainers) requires review and approval. Please submit a pull request to initiate the code review process. We use prow to manage the testing and reviewing of pull requests. Please refer to config.yaml for details on the test jobs.

Code conventions

Java

We conform to the java google style guide

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

TODO