Skip to content

Bug Bash

Paulo Vitor Magacho edited this page Jul 27, 2018 · 1 revision

Bug bash workflow

  1. See the open issues list at https://github.com/topcoder-platform/tc-project-service/issues

  2. You can assign any issue with an "open-for-pickup" label to yourself and remove the 'open-for-pickup' label

  3. Assign only one issue at a time.

  4. Fix the issue and create a pull request to the dev branch (unless noted otherwise in challenge or issue description)!. Your pull request must pass lint verification.

  5. When you submit the PR, label the issue with "ready-for-review" and follow the issue for the possible comments from the project team. You can now start working on the next ticket (no need to wait for review to finish).

  6. If the ticket is fixed properly, your pull request will be merged in, and the ticket will be marked as "accepted".

  7. When the ticket is closed, payment will be recorded, and ticket tagged "paid".

  8. You'll be required to fix any merge conflicts before the change is reviewed and merged.

  9. If you need longer than 24h to complete a task, post a comment about the reason for it, otherwise the ticket will be marked as open for pickup.

Clone this wiki locally