Getting started

Start delivering tasks and getting paid as a contributor

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

  1. Pick a task you can deliver.
  2. Apply to work on it.
  3. Get assigned (or approved).
  4. Implement the change on a branch (usually via a fork).
  5. Open a Pull Request.
  6. Address review + pass CI.
  7. 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