diff options
author | Abhishek Arya <inferno@chromium.org> | 2020-12-11 14:36:21 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-11 14:36:21 -0800 |
commit | 842281b9afc86491a84959059eac469d6f33071f (patch) | |
tree | ba4971fcb71aa5a2164115af8337f433326f83ef /docs/getting-started | |
parent | 64b223a8e9962a7e12053802b67c2764eeb36cf2 (diff) |
Add docs for main_repo (#4827)
Diffstat (limited to 'docs/getting-started')
-rw-r--r-- | docs/getting-started/new_project_guide.md | 6 |
1 files changed, 5 insertions, 1 deletions
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. |