> ## Documentation Index
> Fetch the complete documentation index at: https://nikita-shkoda.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Contributing

> How to contribute to SearchEngine for Typesense: issues, PRs, docs updates, and local docs preview.

We welcome issues and pull requests. Please review open discussions and the README before filing new proposals.

## Where to start

* Repository: <a href="https://github.com/lstpsche/search-engine-for-typesense" target="_blank">lstpsche/search-engine-for-typesense</a>
* Read the project <a href="https://github.com/lstpsche/search-engine-for-typesense#readme" target="_blank">README</a>

## Pull requests

* Keep changes focused and include context in the description
* Update docs in this site when public behavior changes
* Add short YARD docstrings on new public APIs with <code>@see</code> links back to docs
* Follow the <a href="/projects/search-engine-for-typesense/v30/docs-style-guide">Docs Style Guide</a>

## Running docs locally

```bash theme={null}
# from the docs repo
npm i -g mint
mint dev
```

## Reporting issues

* Include Ruby/Rails versions, gem version, and repro steps
* Share redacted <code>dry\_run!</code> and <code>explain</code> output where relevant
* If network-related, include Typesense version and whether you use a load balancer

## Code of conduct

Be respectful and constructive. We aim for a helpful, collaborative environment.
