-
-
Notifications
You must be signed in to change notification settings - Fork 33.9k
Description
There is a new tag for issues (available also for PRs) called "regression" please use it in addition to "confirmed-bug" to indicate that something that used to work has stopped working, or in the case that CI for master turns red.
IMHO we all should be more attentive to this list:
https://github.com/nodejs/node/issues?q=is%3Aopen+is%3Aissue+label%3Aregression
Looking for advice as to how to document this in the guides
I believe this should be reflected in one of the guides, I'm not sure which and exactly how. I'm seeking your advice.
some personal opinions
For me personally an ignored red CI is perceived as an act of disrespect to your fellow devs, and I find that offensive.
-
These issues may arise from a user report, where I believe acknowledging that this is indeed a regression will help communicate that we are taking this seriously. IMHO even a lively discussion helps the reporter feel that they are being heard (e.g. v7.x undocumented backward incompatibility of url.format() #11103)
-
Since the CI turning red for
masteris a situation that frustrates other contributors, and may lead to waste of others time, I posit that the respectful thing is for "landers" to run a post land CI job and in cases that CI turns red, open a "regression" issue, so that they can recruit help solving the issue ASAP. In cases where a solution seems to be far, I recommend reverting, and reopening the PR for improvement.