-
Notifications
You must be signed in to change notification settings - Fork 959
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?
-
bug
- Issues that make RetDec broken. -
enhancement
- Improvements of existing features, infrastructure, sources, etc. -
new-feature
- Brand new functionality.
-
- Priority. Used only to emphasize very important issues.
-
high-priority
-
- Phase. What phase(s) are impacted?
-
P-build
- RetDec can not be built. -
P-install
- RetDec can not be installed. -
P-run
- RetDec fails during execution (e.g. segmentation fault, bad alloc, assert). -
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.
-
O-linux
-
O-macos
-
O-windows
-
- Question.
-
Q-question
- Someone asks something we (anyone) answer(s) and close. -
Q-discussion
- Requires or encourages further conversation to figure out what to do.
-
- Status. What is the current issue's state?
-
S-invalid
-
S-wontfix
-
S-duplicate
-
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?
-
C-<repository>[-part]
- Issue is related torepository
, and optionally itspart
. 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 fromretdec
repository are not labeled withC-retdec
. -
C-docs
- Metacomponent for any documentation-related issues. -
C-build-system
- Metacomponent for any build-system-related issues (CMake, Git submodule, C++ packages, etc.). -
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.
-
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. -
D-DIY
- This could be done, but we won't do it. It is on the comminuty.
-