# Contributing

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.

Please note we have a [Code of Conduct](/hls-downloader/legal/code_of_conduct.md); please follow it in all your interactions with the project.

## Pull Request Process

1. Fork the project and create your branch from `master`.
2. Run `pnpm test` and `pnpm build` to ensure the project passes tests and builds.
3. Update documentation, examples and any relevant files alongside your code.
4. Submit a pull request and request a review. Once approved, a maintainer will merge it for you.


---

# 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://puemos.gitbook.io/hls-downloader/development/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.
