Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
Adi Dahiya edited this page Sep 14, 2015 · 3 revisions

Development

Issues & Labels

Issues are categorized by labels and usually have:

  • a Type (Question, Bug, Enhancement, Feature Request, Rule Suggestion, ...)
  • a Status (Work In Progress, Needs Investigation, Accepting PRs, ...)
  • a Priority (P1, P2, P3)

Code Review

Pull requests are tagged with labels to denote their current status:

  • Needs Review (starting point for new PRs)
  • Needs Revision (a reviewer has left comments that need to be addressed before merging)
  • Needs Squashing (PRs with multiple commits will generally be asked to be squashed)

In addition to passing code review, PRs need to pass the CI builds.

Releases

Bugfixes and features which are tagged with a milestone will be included in that milestone's release.

Clone this wiki locally