aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Abhishek Arya <inferno@chromium.org>2017-08-17 13:04:44 -0700
committerGravatar GitHub <noreply@github.com>2017-08-17 13:04:44 -0700
commitbbf2b4810c11744b3cfbbb1e44c29ff2baabde49 (patch)
tree5a84e5afc0cdac65d793005160367d991f759be4 /README.md
parenta50fde450485963d6c078875f450468553c57f49 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e149ffff..0157b3b4 100644
--- a/README.md
+++ b/README.md
@@ -68,7 +68,7 @@ To submit a new project:
* project homepage.
* e-mail of the engineering contact person to be CCed on new issues. It should:
* belong to an established project committer (according to VCS logs). If this is not you or the email address differs from VCS, an informal e-mail verification will be required.
- * be a [Gmail](https://support.google.com/mail/answer/56256?hl=en) address ([why?](docs/faq.md#why-do-you-require-a-gmail-account-for-authentication)). You can use an alternate email address [linked to a Google Account](https://support.google.com/accounts/answer/176347?hl=en) for authentication, but it will only give you access to filed bugs in [issue tracker](https://bugs.chromium.org/p/oss-fuzz/issues/list) and not to [ClusterFuzz](clusterfuzz.md) dashboard (due to appengine api limitations).
+ * be associated with a Google account ([why?](docs/faq.md#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), it will ONLY give you access to filed bugs in [issue tracker](https://bugs.chromium.org/p/oss-fuzz/issues/list) and NOT to [ClusterFuzz](clusterfuzz.md) dashboard (due to appengine api limitations).
* Note that `project_name` can only contain alphanumeric characters, underscores(_) or dashes(-).
- Once accepted by an OSS-Fuzz project member, follow the [New Project Guide](docs/new_project_guide.md)
to configure your project.