From 842281b9afc86491a84959059eac469d6f33071f Mon Sep 17 00:00:00 2001 From: Abhishek Arya Date: Fri, 11 Dec 2020 14:36:21 -0800 Subject: Add docs for main_repo (#4827) Fixes https://github.com/google/oss-fuzz/issues/4825 --- docs/getting-started/new_project_guide.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'docs/getting-started') diff --git a/docs/getting-started/new_project_guide.md b/docs/getting-started/new_project_guide.md index 5d519736..71a886aa 100644 --- a/docs/getting-started/new_project_guide.md +++ b/docs/getting-started/new_project_guide.md @@ -77,7 +77,8 @@ This configuration file stores project metadata. The following attributes are su - [homepage](#homepage) - [language](#language) - [primary_contact](#primary) -- [auto_ccs](#primary) +- [auto_ccs](#auto_ccs) +- [main_repo](#main_repo) - [vendor_ccs](#vendor) (optional) - [sanitizers](#sanitizers) (optional) - [architectures](#architectures) (optional) @@ -101,6 +102,9 @@ Programming language the project is written in. Values you can specify include: The primary contact and list of other contacts to be CCed. Each person listed gets access to ClusterFuzz, including crash reports and fuzzer statistics, and are auto-cced on new bugs filed in the OSS-Fuzz tracker. If you're a primary or a CC, you'll need to use a [Google account](https://support.google.com/accounts/answer/176347?hl=en) to get full access. ([why?]({{ site.baseurl }}/faq/#why-do-you-require-a-google-account-for-authentication)). +### main_repo {#main_repo} +Path to source code repository hosting the code, e.g. `https://path/to/main/repo.git`. + ### vendor_ccs (optional) {#vendor} The list of vendor email addresses that are downstream consumers of the project and want access to the bug reports as they are filed. -- cgit v1.2.3