Table of contents
What this guide covers
This page helps you go from “I found a task” to “my work was accepted and I got paid”.
The basic flow
- Pick a task you can deliver.
- Apply to work on it.
- Get assigned (or approved).
- Implement the change on a branch (usually via a fork).
- Open a Pull Request.
- Address review + pass CI.
- Once accepted/merged, payment is released according to the project rules.
Before you start
- Make sure you can run the project locally (if required).
- Clarify acceptance criteria in the issue (screenshots, test steps, edge cases).
- Confirm the expected delivery format (PR, patch, link, etc.).
Next steps
- Learn the Git Workflow
- Review Pull Requests
- Understand How to receive payments
