Improve issue labeling #103
Replies: 2 comments
-
As we talked in person, I'm proceeding to change the labels. |
Beta Was this translation helpful? Give feedback.
-
Because there are some issues in which the result is clearly wrong (like #60 and #78), I'll change the Unfortunately, the new definition adds an interpretative aspect that I really don't like. But it doesn't seem fair that a wrong result is in the same category as an optimization task. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to improve the current issue labeling by doing the changes proposed below.
improvement
, for issues that will make the current code better,e.g. Use a proper absolute tolerance in switch function #22;
enhancement
tonewfeature
, for issues that add something not currently possible,e.g. Save the system solution in a file #24, and Fetching recent data #27;
bug
label should be used if and only if the code breaks, such thatUndefVarError in current version #19 should be a
bug
, andFluctuations of the Crude Birth Rate variable #60 and Variable initialization incorrect #62 should be
improvement
;The idea is that people can focus on specific types of issues and have some kind of priority evaluation. For example, usually
bug
is expected to be fixed earlier thannewfeature
.If you agree, I will proceed with the changes.
Beta Was this translation helpful? Give feedback.
All reactions