Skip to content

Dev_Issue tracking

Eric Carmichael edited this page Sep 5, 2017 · 5 revisions

Bugs

This page describes how to file and track issues for the CodaLab project. All bugs are tracked as issues in the CodaLab GitHub repository.

Entering bugs:

  • Add a meaningful title.
  • Specify whether the bug happened on a staging server or production, and if staging server which staging server?
  • Add the 'Bug' and 'New' labels, to identify the issue as a bug.
  • Assign the issue to the appropriate person if known, otherwise leave it unassigned.
  • Select the appropriate milestone if known, otherwise leave it unselected.
  • Use the Comment field to describe the issue. Be sure to include the appropriate steps to reproduce, screen shots, and so forth, as well as the expected outcome.

Searching bugs

GitHub provides quite a few options to search issues. Options are explained in this article. For example, if you wanted to find all opened bug with “About” in the title, then use the search string:

about in:title state:open

To further restrict the results to P2 bugs:

about in:title state:open label:Bug label:P2
Clone this wiki locally