mirror of
https://github.com/google/nomulus.git
synced 2025-04-29 11:37:51 +02:00
Add Google Java Style Guide info and link to CONTRIBUTING.md
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=138920335
This commit is contained in:
parent
7ed02f4612
commit
3cbdca734a
1 changed files with 6 additions and 0 deletions
|
@ -32,6 +32,12 @@ results in a single commit in the repository, so it is recommended that pull
|
|||
requests contain only a single commit to minimize possible merge headaches for
|
||||
you.
|
||||
|
||||
Contributions should abide by the [Google Java Style
|
||||
Guide](https://google.github.io/styleguide/javaguide.html). We recommend that
|
||||
you use the [`google-java-format`](https://github.com/google/google-java-format)
|
||||
utility to help you format your code (we use it ourselves). Note, please do not
|
||||
send pull requests containing formatting changes to unrelated code.
|
||||
|
||||
## The small print
|
||||
|
||||
Contributions made by corporations are covered by a different agreement than the
|
||||
|
|
Loading…
Add table
Reference in a new issue