opencommit icon indicating copy to clipboard operation
opencommit copied to clipboard

[Feature]: Allow user to edit commit message before commiting

Open willyw0nka opened this issue 1 year ago • 3 comments

Description

The commit message sometimes don't match with the purpose of the commit.

Example: updating the base image of a Dockerfile generates: 🔨 chore(Dockerfile): update base image to cypress/browsers:node16.16.0-chrome107-ff107 to match Cypress version

I would like to edit this commit message before confirming the commit to: 🔨 chore(Dockerfile): update base image to cypress/browsers:node16.16.0-chrome107-ff107 ~~to match Cypress version~~

Suggested Solution

Update the 'Confirm the commit message' promt to Yes / No / Edit message instead of Yes / No

Alternatives

No response

Additional Context

No response

willyw0nka avatar May 10 '23 14:05 willyw0nka

I have made PR to implement this feature. 🤗

IvanZidov avatar May 23 '23 08:05 IvanZidov

Stale issue message

github-actions[bot] avatar Jul 02 '23 21:07 github-actions[bot]

use oco hook set

di-sukharev avatar Feb 28 '24 06:02 di-sukharev