Update go dependencies
This commit is contained in:
parent
432f534383
commit
f4a4daed84
1299 changed files with 71186 additions and 91183 deletions
26
vendor/github.com/census-instrumentation/opencensus-proto/CONTRIBUTING.md
generated
vendored
Normal file
26
vendor/github.com/census-instrumentation/opencensus-proto/CONTRIBUTING.md
generated
vendored
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# How to submit a bug report
|
||||
|
||||
If you received an error message, please include it and any exceptions.
|
||||
|
||||
We commonly need to know which language you are using (e.g. Java) and what
|
||||
platform you are on:
|
||||
* Operating system (i.e., ```uname -a```)
|
||||
|
||||
# How to contribute
|
||||
|
||||
We definitely welcome patches and contributions to Census! Here are some
|
||||
guideline and information about how to do so.
|
||||
|
||||
## Before getting started
|
||||
|
||||
In order to protect both you and ourselves, you will need to sign the
|
||||
[Contributor License Agreement](https://cla.developers.google.com/clas).
|
||||
|
||||
We follow the [Google Proto Style Guide](
|
||||
https://developers.google.com/protocol-buffers/docs/style).
|
||||
|
||||
## Proposing changes
|
||||
|
||||
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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue