Skip to content

Issue Labels

Peter Matula edited this page Dec 19, 2017 · 12 revisions

List and description of labels used in the RetDec project:

  • Type. What is the issue's general nature?
    • #ee0701 bug - Issues that make RetDec broken.
    • #023BCA enhancement - Improvements of existing features, infrastructure, sources, etc.
    • #33aa3f new-feature - Brand new functionality.
  • Priority. Used only to emphasize very important issues.
    • #cc0033 high-priority
  • Phase. What phase(s) are impacted?
    • #fbca04 P-build - RetDec can not be built.
    • #fbca04 P-install - RetDec can not be installed.
    • #fbca04 P-run - RetDec fails during execution (e.g. segmentation fault, bad alloc, assert).
    • #fbca04 P-output - RetDec's output is wrong.
  • Operating system. Which OS is affected? Issue can be specific to multiple OSs (e.g. Linux and MacOS). If it is not OS specific (i.e. it applies to all OSs), tag is not used.
    • #bfd4f2 O-linux
    • #bfd4f2 O-macos
    • #bfd4f2 O-windows
  • Question.
    • #cc317c Q-question - Someone asks something we (anyone) answer(s) and close.
    • #cc317c Q-discussion - Requires or encourages further conversation to figure out what to do.
  • Status. What is the current issue's state?
    • #cccccc S-invalid
    • #cccccc S-wontfix
    • #cccccc S-duplicate
    • #cccccc S-pending - Something needs to happen before this can be solved. Often used with references to other issues.
  • Component. What RetDec's component is the issue related to?
    • #FFC274 C-<repository>[-part] - Issue is related to repository, and optionally its part. E.g. C-retdec-scripts, C-fileformat, C-fileformat-fileinfo. Issues related to the repository to which Issue Tracker belongs do not need to be labeled. I.e. issues from retdec repository are not labeled with C-retdec.
    • #FFC274 C-docs - Metacomponent for any documentation-related issues.
    • #FFC274 C-build-system - Metacomponent for any build-system-related issues (CMake, Git submodule, C++ packages, etc.).
    • #FFC274 C-continuous-integration - Metacomponent for any continuous-integration-related issues.
  • Development. What could you help us with? In general, you can help us with any open, unassigned issue(s). However, some issues may be tagged with the following special labels.
    • #00968A D-help-wanted - Issue is particularly suitable to be solved by the community. However, if it won't be, we will get to is sooner or later.
    • #00968A D-DIY - This could be done, but we won't do it. It is on the comminuty.
Clone this wiki locally