Get Started

Create your account and configure the basics before funding or working on tasks

Table of contents

Create your account

  1. Sign up and verify your email.
  2. Complete your profile so maintainers and sponsors can identify you.
  3. Add payout details if you plan to receive payments.
  4. Review task and payment rules before starting funded work.

Prepare your profile for assignments

  • Add your main skills (language, framework, tooling) so maintainers can match you with issues faster.
  • Link your GitHub account and make sure your username is correct, since assignment and PR tracking depend on it.
  • Write a short description of your experience level and preferred task type (bug fix, feature, documentation, refactor).
  • Keep your timezone and response availability updated to reduce delays during review.

Choose the right first task

  • Start with issues that have clear acceptance criteria and reproducible steps.
  • Prefer tasks with active maintainers and recent comments.
  • Check whether tests or setup steps are already documented in the repository.
  • Avoid taking multiple funded tasks at once until you have completed your first full delivery cycle.

Understand how approval works

  • Assignment confirms that you are the contributor expected to deliver the issue.
  • Work is evaluated against scope, quality, and acceptance criteria defined in the issue.
  • Payment release depends on acceptance, not only on opening a Pull Request.
  • If scope changes during implementation, ask for written confirmation before continuing.

Contributor checklist before coding

  1. Re-read the issue and list expected outcomes.
  2. Confirm setup instructions and run baseline tests/lint locally.
  3. Create a branch with a clear name linked to the issue.
  4. Plan small, reviewable commits.
  5. Keep notes/screenshots for your final PR description.

Next steps