# Open Source Contributors : Code Review & QA

> Your eye for quality is worth something. Reviews and QA slots are paid work.

You don't have to write new features to contribute meaningfully. Reviewing code and testing features is as important.

### Two Roles

[**Code Reviewer**](https://docs.gooddollar.org/for-developers/open-source-contributors-code-review-and-qa/code-review) — You read PRs, check logic, flag issues, and approve or request changes. A first-review trial applies: your first review is evaluated by a maintainer before payout is approved. One-time gate — once passed, you're treated as an established reviewer.

[**QA Tester**](https://docs.gooddollar.org/for-developers/open-source-contributors-code-review-and-qa/the-qa-process) — You test features against acceptance criteria, produce a demo video, and report bugs. No prior PRs required. <br>

**How to apply for Code Review?**&#x20;

***Before applying for Code Review, please ensure you can respond to requests, changes, and pending issues within 48 hours.***

> To join the reviewer team, reach out in the Telegram group to get approved and added. Please include the following in your message:\
> • Links to previous open-source contributions (PRs, reviews, or relevant projects)\
> • Your availability — how many hours per week you can commit \
> \
> Template you can use:\
> Hi everyone! I'd like to join the Code Reviewer team.
>
> 👤 Name:\
> 🔗 Previous open-source contributions:\
> 🕐 Availability (hrs/week):

| Description      | Code Reviewer                                                                  | QA Tester                                             | Both                                                                           |
| ---------------- | ------------------------------------------------------------------------------ | ----------------------------------------------------- | ------------------------------------------------------------------------------ |
| **What you do**  | Review PRs for correctness, security, and maintainability                      | Test features, produce demo video, write bug report   | Review PRs and Test                                                            |
| **Reward**       | 20% of the bounty reward                                                       | 10% of the bounty reward + 50,000 G$ per accepted bug | 25% the bounty reward                                                          |
| **How to start** | Reach out in the Telegram group to get approved and added to the reviewer team | Pick an issue on GitHub                               | Reach out in the Telegram group to get approved and added to the reviewer team |

> 💡 **First-review trial:** your first review is evaluated by a maintainer before payout is approved. This is a one-time gate. Once passed, you are treated as an established contributor going forward.


---

# 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.gooddollar.org/for-developers/open-source-contributors-code-review-and-qa.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.
