Get Started
Create your account and configure the basics before funding or working on tasks
Table of contents
Create your account
- Sign up and verify your email.
- Complete your profile so maintainers and sponsors can identify you.
- Add payout details if you plan to receive payments.
- 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
- Re-read the issue and list expected outcomes.
- Confirm setup instructions and run baseline tests/lint locally.
- Create a branch with a clear name linked to the issue.
- Plan small, reviewable commits.
- Keep notes/screenshots for your final PR description.
Next steps