# Contributions guide

OpenRarity is a community effort to improve rarity computation for NFTs (Non-Fungible Tokens). The core collaboration group consists of four primary contributors: Curio, icy.tools, OpenSea and Proof

OpenRarity is an open-source project and all contributions are welcome. Consider following steps when you request/propose contribution:

* Have a question? Submit it on OpenRarity GitHub [discussions](https://github.com/ProjectOpenSea/open-rarity/discussions) page
* Create GitHub issue/bug with description of the problem [link](https://github.com/ProjectOpenSea/open-rarity/issues/new?assignees=impreso\&labels=bug\&template=bug_report.md\&title=)
* Submit Pull Request with proposed changes
* To merge the change in the `main` branch you required to get at least 2 approvals from the project maintainer list
* Always add a unit test with your changes

We use git-precommit hooks in OpenRarity repo. Install it with the following command

```
poetry run pre-commit install
```


---

# 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://openrarity.gitbook.io/developers/contributions/contributions-guide.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.
