> For the complete documentation index, see [llms.txt](https://docs.podkrepi.bg/qa/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.podkrepi.bg/qa/dobre-doshli.md).

# Добре дошли

Здравейте, радваме се, че се включваш в тази благородна кауза! Добре дошли! За да започнете от някъде това са&#x20;

**Полезните линкове**:

* Онлайн платформа <https://podkrepi.bg/>&#x20;
* Разпределение по модули <https://docs.google.com/spreadsheets/d/1GpccOvNCiM_afRx7vgBp2TtJJTTJEzeMBQMalX8cDso/edit#gid=0>&#x20;
* Техническа документация - <https://docs.podkrepi.bg/development>&#x20;
* Документация <https://docs.podkrepi.bg/general/> и <https://drive.google.com/drive/u/0/folders/1ROUU7ZKWP64mksDVQXpd6rYOmyUJK0b5>&#x20;
* User Stories <https://docs.google.com/spreadsheets/d/1WVxlDB7iF34-VVffUU4geKLbsT6HjtQhkjEBOLYfJJ8/edit#gid=0> и <https://docs.google.com/document/d/1rTE5lgP3QuNGI3un6kRcs1Q5oO7TQ6ayz04KBNsTlxA/edit>&#x20;
* Github <https://github.com/daritelska-platforma>&#x20;
* Отворени бъгове/ Текущи задачи и технически предизвикателства <https://github.com/daritelska-platforma/frontend/issues>&#x20;
* Борд <https://app.ora.pm/p/f18bb2ecbec14323a8a00fc6f018d92d?v=0&t=k> и <https://trello.com/b/oko8SdTM/general-organisation>&#x20;
* High-level архитектурнo-организационна карта - <https://docs.podkrepi.bg/general/arkhitektura/architecture> и <https://github.com/daritelska-platforma/communication/blob/master/arkhitektura/architecture.md>&#x20;
* Въпроси и отговори <https://docs.podkrepi.bg/general/komunikaciya/vprosi#kak-da-se-vklyucha-v-organizaciyata>&#x20;
* Metadata <https://drive.google.com/file/d/1f4WwVA9nNelDtUAT5X3DljIZYa-gwHSy/view>&#x20;
* Описани проблеми към момента във връзка с това, че сме 100% доброволци: <https://docs.google.com/spreadsheets/d/1HGlUuJAApR0V9Vs7HBqi3Xz2Du9UUcLb_yvZ6dVoIAo/edit#gid=945386456>&#x20;
* Facebook страница <https://www.facebook.com/podkrepi.bg/posts/118869196989462>&#x20;

**Съвети:**

* Каквито и знания да имате, ще са от полза, просто тествайте
* Не се притеснявайте да питате или пишете на лични, дори да не познавате човека отсреща, всички сме тук с една цел!&#x20;
* Можете да добавяте issues и user stories, ако имате желание.
* Понеже всички сме доброволци, най-полезно ще е:&#x20;

  o    бъдете проактивни, сами търсете своите задачи;

  o    ако харесвате конкретен модул пишете и се включвайте в седмичните срещи по него, добре е във всеки модул да има няколко QA-я, за да може дори някой да не е на линия друг да провери, ако колегите качат нова версия;

  o    проверявайте редовно сайта, ако забележите проблем пишете или директно качете issue в GitHub;

  o    ако нещо не ви е ясно или не знаете как да го направите пишете в групата, някой ще ви отговори.

**Качване на бъг в GitHub:**

Пример: <https://github.com/daritelska-platforma/frontend/issues/165> добре е да опишете:

* Describe the bug
* Environment
* Step To Reproduce
* Attached video or pictures
* Expected behavior
* Добавете Labels&#x20;
* Do not assign the bug!

**Добре е да:**&#x20;

* има конкретни QA във всеки модул;
* започнем да създаваме документация;&#x20;
* имаме място за споделяне на информация;&#x20;
* споделяме и качваме статус (очаквани задачи, свършено, отворени проблеми и тн);&#x20;
* да се разберем как ще се организираме и кой как ще тества (ако разчитаме някой друг да го направи, може да остане неизтестван елемента)&#x20;
* който има желание и време да започне да пише тестове да каже и да сформираме група и да говорим на следващата обща среща как е най-добре да го организираме&#x20;
* споделяме знанията си и кой какво е свършил, за да има яснота и да не се дублираме


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.podkrepi.bg/qa/dobre-doshli.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
