Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add links from contributing and development guide
Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
  • Loading branch information
kevjumba committed Aug 6, 2022
commit 326a37777cb3d4fe3eb0d3420fd282e381ae1ecf
6 changes: 5 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

> Please see [Development Guide](https://docs.feast.dev/project/development-guide) for project level development instructions.

<h1>Maintainer's Guide</h1>

> Please see [Maintainer's Guide](https://docs.feast.dev/project/maintainers) for instructions for maintainers.

<h2>Table of Contents</h2>

- [Overview](#overview)
Expand Down Expand Up @@ -36,7 +40,7 @@
- [Unit Tests](#unit-tests-1)
- [Testing with Github Actions workflows](#testing-with-github-actions-workflows)
- [Issues](#issues)

## Overview
This guide is targeted at developers looking to contribute to Feast components in
the main Feast repository:
Expand Down
1 change: 1 addition & 0 deletions docs/project/development-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ This guide is targeted at developers looking to contribute to Feast:
* [Making a Pull Request](development-guide.md#making-a-pull-request)
* [Feast Data Storage Format](development-guide.md#feast-data-storage-format)
* [Feast Protobuf API](development-guide.md#feast-protobuf-api)
* [Maintainer Guide](./maintainers.md)

> Learn How the Feast [Contributing Process](contributing.md) works.

Expand Down