Skip to content

Development Process

Maxim Sloyko edited this page Mar 5, 2018 · 4 revisions

Quick Overview

  1. Grab an Issue
  2. Write some code
  3. Send Pull Request
  4. Somebody reviews your code and eventually approves it
  5. Merge your Pull Request

Now with a little more detail.

Grab an Issue

Technically it's done like this:

  1. Go to Projects and click on the project the team is currently working on. There should be only one.
  2. Find the issue you want to grab in To do column.
  3. Drag it to In progress column.
  4. Click on it. This should take you to the Issue page.
  5. Assign the issue to yourself. There is a link in top right.

To figure out which issue to take, talk to your teammates and the project advisor. This is not to ask for permission: the main idea is not to step on someone else's toes.

Clone this wiki locally