WordPress / props-bot-action

A GitHub Action for compiling a list of contributor props.
Other
11 stars 3 forks source link

Change from title casing to sentence casing #39

Closed desrosj closed 7 months ago

desrosj commented 7 months ago

What?

This changes the casing for the co-authored trailer from sentence to title casing.

Why?

In #28, the casing for Co-authored-by was changed from sentence to title. At the time it was done to see if the casing was the reason why the trailers were not being picked up. It turned out there were other issues causing this.

After some more research, it seems that most tools use sentence casing for the trailer rather than title casing, including suggestions for the trailer in the GitHub suggested merge commit message. This changes the casing used for consistency.

github-actions[bot] commented 7 months ago

The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the props-bot label.

Core SVN

If you're a Core Committer, use this list when committing to wordpress-develop in SVN:

Props: desrosj.

GitHub Merge commits

If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.

Co-authored-by: desrosj <desrosj@git.wordpress.org>

To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook.