Skip to content

Issue Labels

Petr Zemek edited this page Dec 19, 2017 · 12 revisions

An overview of labels used in RetDec and all related projects:

  • Type. What is the general nature of the issue?
    • #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 - Build phase.
    • #fbca04 P-install - Installation phase.
    • #fbca04 P-run - Program execution.
    • #fbca04 P-output - Unexpected output.
  • Operating system. Which OS is affected? An 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), the 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 component is the issue related to?
    • #FFC274 C-<repository>[-part] - Issue is related to repository, and optionally its part. For example, C-retdec-scripts, C-fileformat, C-fileformat-fileinfo. Issues related to the repository to which the issue tracker belongs do not need to be labeled. That is, issues from the 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 specific 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 community.
Clone this wiki locally