# Contribution process

## Getting started

After familiarizing yourself with the documentation, the simplest way to get started is to:

1. Setup your developer environment by following [development guide](https://docs.feast.dev/project/development-guide).
2. Either create a [GitHub issue](https://github.com/feast-dev/feast/issues) or make a draft PR (following [development guide](https://docs.feast.dev/project/development-guide)) to get the ball rolling!

## Decision making process

*See* [*governance*](https://github.com/feast-dev/feast/blob/v0.61-branch/community/governance.md) *for more details here*

We follow a process of [lazy consensus](http://community.apache.org/committers/lazyConsensus.html). If you believe you know what the project needs then just start development. As long as there is no active opposition and the PR has been approved by maintainers or CODEOWNERS, contributions will be merged.

We use our [GitHub issues](https://github.com/feast-dev/feast/issues), and [GitHub pull requests](https://github.com/feast-dev/feast/pulls) to communicate development ideas.

> **Note**: There may not always a corresponding CODEOWNER for the affected code, in which case the responsibility falls on other maintainers or contributors with write access to review + merge the PR

## Pull requests

Please [submit a PR](https://github.com/feast-dev/feast/pulls) to the master branch of the Feast repository once you are ready to submit your contribution. Code submission to Feast (including submission from project maintainers) require review and approval from maintainers or code owners.

PRs that are submitted by the general public need to be identified as `ok-to-test`. Once enabled, [Prow](https://github.com/kubernetes/test-infra/tree/master/prow) will run a range of tests to verify the submission, after which community members will help to review the pull request.

See also [Making a pull request](https://docs.feast.dev/development-guide#making-a-pull-request) for other guidelines on making pull requests in Feast.

## Resources

* [Community](https://docs.feast.dev/community) for other ways to get involved with the community
* [Development guide](https://docs.feast.dev/project/development-guide) for tips on how to contribute
* [Feast GitHub issues](https://github.com/feast-dev/feast/issues) to see what others are working on
* [Feast RFCs](https://drive.google.com/drive/u/0/folders/1msUsgmDbVBaysmhBlg9lklYLLTMk4bC3) for a folder of previously written RFCs


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.feast.dev/project/contributing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
