aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorDino Oliva <dpo@google.com>2016-07-08 11:42:10 -0700
committerDino Oliva <dpo@google.com>2016-07-08 11:42:10 -0700
commitfb78069303ff3f6798f1b7b360812cbbbaa8d89b (patch)
tree5b278efca242ecf1c6a432e545598f6cd673afdc /CONTRIBUTING.md
parent4637be7fcfcb07f8c4dcba69c7e8c7aaaa8bd971 (diff)
downloadopencensus-java-fb78069303ff3f6798f1b7b360812cbbbaa8d89b.tar.gz
Updates CONTRIBUTNG with Census information
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md15
1 files changed, 4 insertions, 11 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 772aa59a..3f3c6667 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -8,7 +8,7 @@ We commonly need to know what platform you are on:
# How to contribute
-We definitely welcome patches and contributions to grpc! Here are some
+We definitely welcome patches and contributions to Census! Here are some
guideline and information about how to do so.
## Before getting started
@@ -26,15 +26,8 @@ style configurations are commonly useful. For IntelliJ 14, copy the style to
`~/.IdeaIC14/config/codestyles/`, start IntelliJ, go to File > Settings > Code
Style, and set the Scheme to `GoogleStyle`.
-If planning on making a large change, feel free to [create an issue on
-GitHub](https://github.com/grpc/grpc-java/issues/new), visit the [#grpc IRC
-channel on Freenode](http://webchat.freenode.net/?channels=grpc), or send an
-email to [grpc-io@googlegroups.com](grpc-io@googlegroups.com) to discuss
-beforehand.
-
## Proposing changes
-Make sure that `./gradlew build` (`gradlew build` on Windows) completes
-successfully without any new warnings. Then create a Pull Request with your
-changes. When the changes are accepted, they will be merged or cherry-picked by
-a gRPC core developer.
+Make sure that `bazel build :all` completes successfully without any new warnings.
+Then create a Pull Request with your changes. When the changes are accepted, they
+will be merged or cherry-picked by a Census core developer.