# Contributing

Thank you for your interest in contributing to Sunbird RC. You can contribute in any one of the following ways:

* [Report Bugs/Request Features](#report-bugs-request-features)
* [Contribute To The Core Registry](#contribute-to-the-core-registry)
* [Contribute To The Registry CLI](#contribute-to-the-registry-cli)
* [Improve Documentation](#improve-documentation)

## Report Bugs/Request Features

Something not working correctly? Something feels wrong? Or want to see a new feature added? [Open an issue](https://github.com/sunbird-rc/community/issues/new/choose)!

## Contribute To The Core Registry

A contributing guide for the core registry does not exist as of now. PRs adding this are welcome!

## Contribute To The Registry CLI

Take a look at the [contributing guide for the Registry CLI](https://github.com/Sunbird-RC/sunbird-rc-core/blob/main/tools/cli/contributing.md) and jump straight into fixing bugs or adding new features!

## Improve Documentation

The documentation is just a bunch of Markdown files in the [`community`](https://github.com/sunbird-rc/community/) repository. Feel free to open a PR that:

* makes the docs clearer/easier to understand
* fixes typos
* adds a section about something new
* adds something that was previously left out of docs

### Thanks!

Thank you for your contribution!!


---

# 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://rc.sunbird.org/community/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.
