# Contribution Guide

Thank you for your interest in contributing to the **Solana Godot SDK**!&#x20;

This is an open-source community project and all contributions are welcomed, no matter how big or small. Contributions might include (but is not limited to) filing issues, adding documentation, fixing bugs, creating examples, and/or implementing features.

### Finding Issues to Work On

If you’re looking to get started, check out the [open issues](https://github.com/Virus-Axel/godot-solana-sdk/issues). For simple documentation changes or typos, feel free to just open a pull request.

If you’re considering larger changes or self motivated features, please file an issue and engage with the maintainers in [Discord](https://discord.gg/MBkdC3gxcv)[.](https://discord.gg/BfwZe3wear)

### Choosing An Issue

If you’d like to contribute, please claim an issue by commenting, forking, and opening a pull request, even if empty. This allows the maintainers to track who is working on what issue as to not overlap work.

### [​](https://docs.magicblock.gg/SolanaUnitySDK/contribution-guide#issue-guidelines)Issue Guidelines <a href="#issue-guidelines" id="issue-guidelines"></a>

Please follow these guidelines:

* choose a branch name that describes the issue you’re working on
* Submit a draft PR asap
* Change code directly relevant to your PR.&#x20;

Sometimes you might find some code that could really need some refactoring. However, if it’s not relevant to your PR, do not touch it. File an issue instead. This allows the reviewer to focus on a single problem at a time.


---

# 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://zenwiki.gitbook.io/solana-godot-sdk-docs/solana-godot-sdk/contribution-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.
