"description":"Issue relates to application logic"
},{
"label":"Component-Persistence",
"description":"Issue relates to data storage components"
},{
"label":"Component-Scripts",
"description":"Utility and installation scripts"
},{
"label":"Component-Docs",
"description":"Issue relates to end-user documentation"
},{
"label":"Security",
"description":"Security risk to users"
},{
"label":"Performance",
"description":"Performance issue"
},{
"label":"Usability",
"description":"Affects program usability"
},{
"label":"Maintainability",
"description":"Hinders future changes"
}],
"prompts":[{
"name":"Defect report from user",
"title":"Enter one-line summary",
"description":"What steps will reproduce the problem?\n1. \n2. \n3. \n\nWhat is the expected output? What do you see instead?\n\n\nWhat version of the product are you using? On what operating system?\n\n\nPlease provide any additional information below.\n",
"titleMustBeEdited":true,
"status":"New",
"labels":["Type-Defect","Priority-Medium"]
},{
"name":"Defect report from developer",
"title":"Enter one-line summary",
"description":"What steps will reproduce the problem?\n1. \n2. \n3. \n\nWhat is the expected output? What do you see instead?\n\n\nPlease use labels and text to provide additional information.\n",
"titleMustBeEdited":true,
"status":"Accepted",
"labels":["Type-Defect","Priority-Medium"],
"membersOnly":true
},{
"name":"Review request",
"title":"Code review request",
"description":"Branch name:\n\nPurpose of code changes on this branch:\n\n\nWhen reviewing my code changes, please focus on:\n\n\nAfter the review, I'll merge this branch into:\n/trunk\n",
"description":"Issue has not had initial review yet"
},{
"status":"NeedInfo",
"meansOpen":true,
"description":"More information is needed before deciding what action should be taken"
},{
"status":"Accepted",
"meansOpen":true,
"description":"A Defect that a developer has reproduced or an Enhancement that a developer has committed to addressing"
},{
"status":"Wishlist",
"meansOpen":true,
"description":"An Enhancement which is valid, but no developers have committed to addressing"
},{
"status":"Started",
"meansOpen":true,
"description":"Work on this issue has begun"
},{
"status":"Fixed",
"meansOpen":false,
"description":"Work has completed"
},{
"status":"Invalid",
"meansOpen":false,
"description":"This was not a valid issue report"
},{
"status":"Duplicate",
"meansOpen":false,
"description":"This report duplicates an existing issue"
},{
"status":"WontFix",
"meansOpen":false,
"description":"We decided to not take action on this issue"
},{
"status":"Incomplete",
"meansOpen":false,
"description":"Not enough information and no activity for a long period of time"
}],
"labels":[{
"label":"Type-Defect",
"description":"Report of a software defect"
},{
"label":"Type-Enhancement",
"description":"Request for enhancement"
},{
"label":"Type-Task",
"description":"Work item that does not change the code"
},{
"label":"Type-Review",
"description":"Request for a source code review"
},{
"label":"Type-Other",
"description":"Some other kind of issue"
},{
"label":"Milestone-0.12",
"description":"Fix should be included in release 0.12"
},{
"label":"Priority-Critical",
"description":"Must resolve in the specified milestone"
},{
"label":"Priority-High",
"description":"Strongly want to resolve in the specified milestone"
},{
"label":"Priority-Medium",
"description":"Normal priority"
},{
"label":"Priority-Low",
"description":"Might slip to later milestone"
},{
"label":"OpSys-All",
"description":"Affects all operating systems"
},{
"label":"OpSys-Windows",
"description":"Affects Windows users"
},{
"label":"OpSys-Linux",
"description":"Affects Linux users"
},{
"label":"OpSys-OSX",
"description":"Affects Mac OS X users"
},{
"label":"Security",
"description":"Security risk to users"
},{
"label":"Performance",
"description":"Performance issue"
},{
"label":"Usability",
"description":"Affects program usability"
},{
"label":"Maintainability",
"description":"Hinders future changes"
},{
"label":"Component-Panel",
"description":"Issue relates to the panel (e.g. positioning, hiding, transparency)"
},{
"label":"Component-Taskbar",
"description":"Issue relates to the taskbar (e.g. tasks, multiple desktops)"
},{
"label":"Component-Battery",
"description":"Issue relates to the battery"
},{
"label":"Component-Systray",
"description":"Issue relates to the system tray"
},{
"label":"Component-Clock",
"description":"Issue relates to the clock"
},{
"label":"Component-Launcher",
"description":"Issue relates to the launcher"
},{
"label":"Component-Tint2conf",
"description":"Issue relates to the configuration GUI (tint2conf)"
},{
"label":"Component-Docs",
"description":"Issue relates to end-user documentation"
},{
"label":"Component-New",
"description":"Issue describes a new component proposal"
}],
"prompts":[{
"name":"Defect report from user",
"title":"Enter one-line summary",
"description":"What steps will reproduce the problem?\n1.\n2.\n3.\n\nWhat is the expected output? What do you see instead?\n\n\nWhat version of the product are you using? On what operating system?\n\n\nWhich window manager (e.g. openbox, xfwm, metacity, mutter, kwin) or\nwhich desktop environment (e.g. Gnome 2, Gnome 3, LXDE, XFCE, KDE)\nare you using?\n\n\nPlease provide any additional information below. It might be helpful\nto attach your tint2rc file (usually located at ~/.config/tint2/tint2rc).",
"titleMustBeEdited":true,
"status":"New",
"labels":["Priority-Medium"],
"defaultToMember":true
},{
"name":"Defect report from developer",
"title":"Enter one-line summary",
"description":"What steps will reproduce the problem?\n1.\n2.\n3.\n\nWhat is the expected output? What do you see instead?\n\n\nPlease use labels and text to provide additional information.",
"titleMustBeEdited":true,
"status":"Accepted",
"labels":["Type-Defect","Priority-Medium"],
"membersOnly":true,
"defaultToMember":true
},{
"name":"Review request",
"title":"Code review request",
"description":"Purpose of code changes on this branch:\n\n\nWhen reviewing my code changes, please focus on:\n\n\nAfter the review, I'll merge this branch into:\n/trunk",
"content":"I like to scroll through the tasks with my scrollwheel (like in fluxbox). \r\n\r\nPatch is attached that adds two new mouse-actions (next_task+prev_task) \r\nthat can be used for exactly that purpose. \r\n\r\nall the best!",