Skip to content
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
Artak edited this page May 14, 2018 · 8 revisions

A variety of labels is used in this repo to represent different states and concepts related to the issue they're assigned to. The list below explains those:

State management

The following labels represent the state workflow of an issue:

Investigate

Assigned to the issues which require investigation, and it's not clear how the team will proceed further. State of the issue will potentially be clarified after the investigation is done.

1 - Ready

Indicates that all the necessary information about how to proceed further has been collected, and the issue is ready to be handled.

blocked

Applied to an issue when something else is pending to be ready for this work, and that's not the case.

2 - Working

This label is used to replace an already applied 1 - Ready label. Applied as soon as an engineer or the person who actually handles the issue (fixes a bug or implements a feature) starts working on it.

3 - Done

Applied, when the pending work represented by the issue is completed. This label replaces 2 - Working label, if such was applied to the issue.

Impact related

breaking-chnage

Indicates that the fix for the issue requires a breaking change.

Classification

bug

Indicates an issue, which represents an incorrect behavior of the framework.

enhancement

Indicates an issue, which represents introduction of a new behavior.

Clone this wiki locally