# Contributing

## Components

Pull requests generally edit one of the following components at a time.

### [Compiler](https://github.com/quiltdata/quilt/tree/38ebf1261a117ba68a2c9e643216cee9923658db/compiler/README.md)

* Serializes tabular data to Apache Parquet
* Transforms and parses files
* `build`s packages locally
* `push`es packages to the registry
* `pull`s packages from the registry

Technologies:

* Python
* pandas
* PyArrow

### [Registry](https://github.com/quiltdata/quilt/tree/38ebf1261a117ba68a2c9e643216cee9923658db/registry/README.md)

* Manages permissions
* Stores package fragments in blob storage
* Stores package meta-data
* De-duplicates repeated data fragments

Technologies:

* Python
* Flask
* SQLAlchemy
* Postgres

### [Catalog](https://github.com/quiltdata/quilt/tree/38ebf1261a117ba68a2c9e643216cee9923658db/catalog/README.md)

* Displays package meta-data in HTML

Technologies:

* JavaScript (ES6+)
* node
* React
* Redux
* Sagas

![](https://raw.githubusercontent.com/quiltdata/resources/master/img/arch.png)

### TODO

* [ ] Add more detailed diagrams

## [Slack](https://slack.quiltdata.com/)

## [Open Issues](https://github.com/quiltdata/quilt/issues)

## License

Quilt is open source under the [Apache License, Version 2.0.](https://github.com/quiltdata/quilt/tree/38ebf1261a117ba68a2c9e643216cee9923658db/LICENSE/README.md).

## Code of Conduct

Contributors must adhere to the [Code of Conduct](https://github.com/quiltdata/quilt/tree/38ebf1261a117ba68a2c9e643216cee9923658db/docs/docs/CODE_OF_CONDUCT.md).


---

# 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.quilt.bio/quilt-2-master/developer/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.
