# Contribution guidelines

There is still work to be done and we would like YOU to build with us.\
\
[Here](https://github.com/orgs/Bloinx/projects) you will find the projects we are working on. You can take any unassigned issue in the Todo column that are not marked as "TeamOnly". The issues with the "good first issue" label are a good place to start. Go [here](https://github.com/Bloinx/bloinx-v1/issues) to view some of the issues waiting for you.

1. Go into the issue and assign it to your self.
2. Fork and clone the repository
3. Create a branch in the fork\
   The branch should be based on the `development` branch in the master repository.&#x20;
4. Commit changes on your branch
5. Push the changes to your fork
6. Create a Pull Request\
   In the Github UI of your fork, create a Pull Request to the `development` branch of the repository. If the branch has merge conflicts or has been outdated, please do a rebase against the `development` branch.


---

# 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.bloinx.io/for-developers/contribution-guidelines.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.
