Open moltar opened 3 years ago
Thank you for your suggestion 👋.
This is an opinionated feature, which depends on the workflows.
For now, the footer
section supports Closes #issue-id
.
This is an opinionated feature, which depends on the workflows.
Makes sense.
Maybe then additional configurable footer prompts could be a more abstracted feature.
E.g. allow user to define an array of footer prompts:
{
"prompt": "Which issues does it close?",
"prefix": "Closes: "
}
Yes! It's a nice feature.
Any update on this, seems like a nice feature
A CLOSE prompt (and/or related prompt) would be great !
Maybe then additional configurable footer prompts could be a more abstracted feature.
E.g. allow user to define an array of footer prompts:
{ "prompt": "Which issues does it close?", "prefix": "Closes: " }
This would open a world of possibilities for all kind of workflows. Lovin' it!
Is your feature request related to a problem? Please describe
Often you need to reference an issue that is being closed by the commit. All major git hosting platforms have support for acting on the commit message:
Describe the solution you'd like
Closes
orFixes
).Describe alternatives you've considered
Used another extension that has support for this, but was otherwise buggy.
Additional context
The final commit message shall look like: