diff options
author | olivekl <83081275+olivekl@users.noreply.github.com> | 2021-05-11 15:29:46 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-11 12:29:46 -0700 |
commit | 40def4aae7e5d0faff5c96a10577f49c01874cb2 (patch) | |
tree | 9b09407d32a622ef66fecb543d87f5e5d2ae9f8f | |
parent | 124db941a74d4ba10b42713845fb86792586edbd (diff) |
Update accepting_new_projects.md (#5750)
Fix formatting in new project submission guidelines
-rw-r--r-- | docs/getting-started/accepting_new_projects.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/getting-started/accepting_new_projects.md b/docs/getting-started/accepting_new_projects.md index b0ae1f98..898d68bc 100644 --- a/docs/getting-started/accepting_new_projects.md +++ b/docs/getting-started/accepting_new_projects.md @@ -19,12 +19,12 @@ with a new `projects/<project_name>/project.yaml` file **Note:** `project_name` can only contain alphanumeric characters, underscores(_) or dashes(-). 2. In the file, provide the following information: - - Your project's homepage. - - An email address for the engineering contact to be CCed on new issues, satisfying the following: - - The address belongs to an established project committer (according to VCS logs). + * Your project's homepage. + * An email address for the engineering contact to be CCed on new issues, satisfying the following: + * The address belongs to an established project committer (according to VCS logs). If the address isn't you, or if the address differs from VCS, we'll require an informal email verification. - - The address is associated with a Google account + * The address is associated with a Google account ([why?]({{ site.baseurl }}/faq/#why-do-you-require-a-google-account-for-authentication)). If you use an alternate email address [linked to a Google Account](https://support.google.com/accounts/answer/176347?hl=en), |