Open brad90four opened 3 years ago
That's an interesting idea, I'm not a fan of the structure of the proposed template, but if we have a good one to use, sure, why not. I do like the mention of length limits and what should each paragraph be though.
Description
Add a .gitmessage file to the root directory of sir-lancebot to have the same message come up for running the command line
git commit
command. There are templates that exist and can be modified to match the communities needs. Users will have to configure their .gitconfig (or this can be pushed as well) to use the .gitmessage as the template for their commit messages. The command line command to configure this is:From the root of sir-lancebot:
git config --local commit.template ./.gitmessage
Users may need to change the relative path to the .gitmessageReasoning
This will give the chance for user's commit messages to be more uniform. It is not a guarantee.
Proposed Implementation
Additional Details
Example .gitmessage.txt:
View from command line commit:
Would you like to implement this yourself?