mirror of https://github.com/knative/docs.git
add missing mention of cla (#1212)
* add missing mention of cla * move cla up
This commit is contained in:
parent
39e9017067
commit
262e1c7937
|
@ -23,6 +23,17 @@ Knative follows the [Knative Code of Conduct](./CODE-OF-CONDUCT.md). By
|
|||
participating, you are expected to uphold this code. Please report unacceptable
|
||||
behavior to knative-code-of-conduct@googlegroups.com.
|
||||
|
||||
### Contributor license agreements
|
||||
|
||||
We'd love to accept your contributions! But before we can take them, you need to
|
||||
fill out the [Google CLA](https://cla.developers.google.com). Important: You must fill
|
||||
out the CLA with the same email address that you used to create your GitHub account.
|
||||
|
||||
Once you are CLA'ed, we'll be able to accept your pull requests. This is
|
||||
necessary because you own the copyright to your changes, even after your
|
||||
contribution becomes part of this project. So this agreement simply gives us
|
||||
permission to use and redistribute your contributions as part of the project.
|
||||
|
||||
### Style guide
|
||||
|
||||
Knative documentation follows the
|
||||
|
@ -126,10 +137,8 @@ Here's what generally happens when you open a PR against the `knative/docs` repo
|
|||
the `lgtm` label.
|
||||
|
||||
* The [Knative technical writers](https://github.com/knative/docs/blob/master/OWNERS_ALIASES)
|
||||
generally use the publicly available
|
||||
[Google Style Guide](https://developers.google.com/style/) for writing standards,
|
||||
and are who provide the `approved` label when the content meets quality, clarity, and
|
||||
organization standards.
|
||||
are who provide the `approved` label when the content meets quality, clarity, and
|
||||
organization standards (see [Style Guide](#style-guide)).
|
||||
|
||||
We appreciate contributions to the docs, so if you open a PR we
|
||||
will help you get it merged. You can also post in the `#docs`
|
||||
|
|
Loading…
Reference in New Issue