# Contributing Guide

If you encounter any bugs or want to contribute to this project please use the following templates to [open an issue on GitHub](https://github.com/tabiya-tech/tabiya-livelihoods-classifier/issues).

## Bug report template

<table><thead><tr><th>name</th><th width="201">about</th><th width="92">title</th><th width="79">labels</th><th>assignees</th></tr></thead><tbody><tr><td>Bug report</td><td>Create a report to help us improve</td><td></td><td></td><td>ApostolosBenisis</td></tr></tbody></table>

**Describe the bug** A clear and concise description of what the bug is.

**To Reproduce** Steps to reproduce the behavior:

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior** A clear and concise description of what you expected to happen.

**Screenshots** If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**

* OS: \[e.g. iOS]
* Browser \[e.g. chrome, safari]
* Version \[e.g. 22]

**Smartphone (please complete the following information):**

* Device: \[e.g. iPhone6]
* OS: \[e.g. iOS8.1]
* Browser \[e.g. stock browser, safari]
* Version \[e.g. 22]

**Additional context** Add any other context about the problem here.

## Add feature template

<table><thead><tr><th width="187">name</th><th width="273">about</th><th width="95">title</th><th width="88">labels</th><th>assignees</th></tr></thead><tbody><tr><td>Feature request</td><td>Suggest an idea for this project</td><td></td><td></td><td></td></tr></tbody></table>

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when \[...]

**Describe the solution you'd like** A clear and concise description of what you want to happen.

**Describe alternatives you've considered** A clear and concise description of any alternative solutions or features you've considered.

**Additional context** Add any other context or screenshots about the feature request here.


---

# 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.tabiya.org/our-tech-stack/livelihoods-classifier/contributing-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.
