Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 1.72 KB

File metadata and controls

54 lines (38 loc) · 1.72 KB

Contributing to warpSpeed OPEN

Thank you for your interest in contributing to warpSpeed OPEN.

This guide explains how developers can contribute to our open-source projects and paid bounties.

Contribution flow

  1. Browse available bounties.
  2. Choose a task that matches your skills.
  3. Sign up on the warpSpeed OPEN website.
  4. Comment on the GitHub issue: I would like to work on this bounty.
  5. Wait for a maintainer to confirm the task.
  6. Fork the repository.
  7. Create a new branch.
  8. Make your changes.
  9. Submit a pull request.
  10. Respond to review comments.
  11. Once the PR is approved and merged, the bounty payment is processed.

Rules for bounty work

  • Do not start paid work until a maintainer confirms the task.
  • One developer should claim one bounty at a time.
  • All work must be submitted through a GitHub pull request.
  • The code must be original and properly licensed.
  • Payment is made only after the pull request is approved and merged.
  • Bounty decisions are based on acceptance criteria, quality, security, and maintainability.

Pull request checklist

Before submitting a PR, make sure:

  • The code or documentation works as requested.
  • The contribution matches the bounty requirements.
  • You have tested your work where applicable.
  • You have updated documentation if required.
  • Your PR description clearly explains what you changed.

Communication

Use GitHub issues for technical discussion.

Use Discord for introductions, community support, and general discussion.

Beginner contributors

If you are new to open source, start with issues labelled:

  • good-first-bounty
  • documentation
  • beginner-friendly

These are designed to help you understand the contribution process before moving to larger tasks.