ideas
ideas copied to clipboard
Title Revisions stored as comments on issues/pull-requests
If an issue or pull request title is edited/updated currently there is no history stored for the previous title.
A colleague raised the scenario today sometimes a client will revise the title of an issue for a statement of work and without the history being stored and viewable it's tricky to say to the client "You changed the scope of the issue"
A basic example would be:
"Please implement Abc and Xyz"
At a later point in time, the title is updated to
"Please implement Abc, Rst and Xyz"
Having a Probot robot add a comment to the issue along the lines of:
Stephen has just updated the title of the issue/pull-request:
From:
> "Please implement Abc and Xyz"
To:
> "Please implement Abc, Rst and Xyz"
The history of the title is stored though and shown just like you want to show it in the comment.