aboutsummaryrefslogtreecommitdiff
path: root/docs/getting-started/new_project_guide.md
diff options
context:
space:
mode:
authorAbhishek Arya <inferno@chromium.org>2020-12-11 14:36:21 -0800
committerGitHub <noreply@github.com>2020-12-11 14:36:21 -0800
commit842281b9afc86491a84959059eac469d6f33071f (patch)
treeba4971fcb71aa5a2164115af8337f433326f83ef /docs/getting-started/new_project_guide.md
parent64b223a8e9962a7e12053802b67c2764eeb36cf2 (diff)
downloadoss-fuzz-842281b9afc86491a84959059eac469d6f33071f.tar.gz
Add docs for main_repo (#4827)
Fixes https://github.com/google/oss-fuzz/issues/4825
Diffstat (limited to 'docs/getting-started/new_project_guide.md')
-rw-r--r--docs/getting-started/new_project_guide.md6
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 5d5197362..71a886aa7 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.