Add heading to contributing docs (#19412)

I was searching for documentation on how to build the project and
skimmed this but missed the link to the website since it's under the
'fork repository' heading.

Signed-off-by: Matthew Terwilliger <matt.terwilliger@reddit.com>
This commit is contained in:
Matt Terwilliger 2023-10-06 02:49:52 -04:00 committed by GitHub
parent d0322dfcba
commit 950f19e4a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,8 @@ git fetch $USER
```
**NOTES:** Note that GOPATH can be any directory, the example above uses $HOME/go. Change $USER above to your own GitHub username.
### Build Project
To build the project, please refer the [build](https://goharbor.io/docs/edge/build-customize-contribute/compile-guide/) guideline.
### Repository Structure