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
Currently, a 78-character limit is enforced by pre-commit infrastructure. I think it would be good to reduce this to 72, to play better with GitHub's limit of 72, thus avoiding truncation of displayed PR messages.
The text was updated successfully, but these errors were encountered:
78 is already quite a challenge. While it would be nice to avoid wrapping in the pull request subject on GitHub, a tradeoff in preference of a meaningful message is better in my opinion.
78 is already quite a challenge. While it would be nice to avoid wrapping in the pull request subject on GitHub, a tradeoff in preference of a meaningful message is better in my opinion.
+1 for me. Especially with the prefix ITK requires, I often find myself writing contorted commit summaries due to the tiny length allowed.
Currently, a 78-character limit is enforced by pre-commit infrastructure. I think it would be good to reduce this to 72, to play better with GitHub's limit of 72, thus avoiding truncation of displayed PR messages.
The text was updated successfully, but these errors were encountered: