We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can we change the default commit message from the "default message":
To the "pull request title"?
This means instead of getting commit messages like "Merge pull request #8913 from hugovk/sphinx-autobuild", which aren't very useful:
We get something more descriptive like "Add make [-C docs] htmllive to rebuild and reload HTML files (#8913)":
make [-C docs] htmllive
@aclark4life The settings are at https://github.com/python-pillow/Pillow/settings
The text was updated successfully, but these errors were encountered:
On the topic of commit messages, we currently have a bit of a mix, but I also recommend using the imperative mood for commits and PR titles:
https://cbea.ms/git-commit/?featured_on=pythonbytes#imperative
For example:
Add make [-C docs] htmllive to rebuild and reload HTML files
And not past tense:
Added make [-C docs] htmllive to rebuild and reload HTML files
Sorry, something went wrong.
Done!
Thanks!
No branches or pull requests
Can we change the default commit message from the "default message":
To the "pull request title"?
This means instead of getting commit messages like "Merge pull request #8913 from hugovk/sphinx-autobuild", which aren't very useful:
We get something more descriptive like "Add
make [-C docs] htmllive
to rebuild and reload HTML files (#8913)":@aclark4life The settings are at https://github.com/python-pillow/Pillow/settings
The text was updated successfully, but these errors were encountered: