You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
I love this plugin! I'd love it even more if it supported commit templates.
I have a ~/.gitmessage file set up to help guide me towards better commit messages. The 'Commit message' input for this plugin does not pull content in from that file.
Steps to Reproduce
Create a ~/.gitmessage file that contains this git commit template (for example):
Why:
*
This change addresses the need by:
*
Reference Links:
*
Add this section to your ~/.gitconfig file:
[commit]
template = ~/.gitmessage
Make some changes in a repository
Open the Git plugin by opening the Packages menu, opening the GitHub sub menu, and selecting Toggle Git Tab
Click into the 'Commit message' text area
Expected behavior:
The 'Commit message' text area should be pre-populated with the contents of my ~/.gitmessage file.