node-core-utils icon indicating copy to clipboard operation
node-core-utils copied to clipboard

Fast-track indicator in commit metadata

Open jasnell opened this issue 4 years ago • 1 comments

When a pull-request has been fast-tracked, it would likely be good for us to capture that detail in the commit metadata as an FYI. I'm thinking something simple like:

PR-URL: https://.... (fast-tracked)

or

Fast-Tracked
PR-URL: https://....

Doing so would give us a permanent record just to we can make sure in case issues pop up later.

jasnell avatar Apr 28 '21 18:04 jasnell

I would avoid to change the format of the PR-URL line. It might break other tools like the changelog generator.

targos avatar Apr 28 '21 19:04 targos