Default Commit Message Text #1613
Description
I made this exact same request on for GitHub Desktop, so I apologize if copying and pasting the text that I wrote in their required format here is frowned upon (please let me know, I will rewrite if that is an issue). There is more discussion with members of that team there as well.
Is your feature request related to a problem? Please describe.
It is not related to a problem, it is more related to convenience of use.
Describe the solution you'd like
On GitHub.com, if you edit a single file, the default commit text "Update filename
" appears, which is actually quite useful in some cases when making small tweaks to non-code files (Markdown files, CHANGELOGs, etc.). It would be nice if this feature was available in Atom's Github Package. I would assume this feature would only be provided if the user had only one file selected; having multiple files selected would require the user to input a commit message and wouldn't allow for a default commit message (this is something that was discussed, in much more detail, on the GitHub Desktop issue I linked above).
Describe alternatives you've considered
Really there are none, a lot of times I just manually insert this default commit message text when making small, trivial commits.
Teachability, Documentation, Adoption, Migration Strategy
Users will be able to use this to increase their workflow speed. Many times, I find myself correcting 4 or 5 mistakes, back-to-back, and committing each one with default text of "Update filename
". Having this text show up automatically would increase the speedy workflow of Atom's Github Package.