Skip to content

Creating and working with issues

Eirik Csák Knutsen edited this page Nov 19, 2015 · 1 revision

This document describes the workflow for working on repositories where two or more developer commit code to the project. You make skip this workflow for projects where you are the only developer.

Create issue

An issue should describe a new feature, improvement or a bug that should be fixed. Preferably, issues should describe no more than a few days of work.

Put issues into a milestone

Start working on a issue

Let other developers know that you are working on an issue by assigning yourself to it

Create a pull request

Review and test the code

Ask another developer to make a code review and test the code. If necessary, add fixes and ask for another review.

Merge pull request