Issue #90: Marking a comment as a code bug
Reported by: | Wouter Vermeiren |
State: | new |
Created on: | 2015-01-26 13:45 |
Updated on: | 2015-01-27 10:07 |
Description
It would be nice to be able to add a comment with a special status (bug) to a pull request. And without this bug marked as fixed by the author, the review cannot be closed. This make a nice distinction between a simple code remark such as a complement or a actual bug/question that you want answered.
Attachments
Comments
Comment by Andrej Shadura, on 2015-01-26 13:57
I think that in theory a PR and a bug could be just different sorts of the same concept of an issue.
- Issue with changesets attached → pull request
- Issue with bug status set → bug report
- Issue with both changesets and bug status → bug report with a fix :)
Comment by Mads Kiilerich, on 2015-01-26 16:16
Comment by Wouter Vermeiren, on 2015-01-27 10:07
Ok, from the email conversation it seems that this might be taken up in the future. If I have some time free in March/April/May, I might even look at it myself if it hasn't already been implemented.