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
var messageField = document.getElementById('merge_message_field');
if (!messageField) return;
messageField.value = `Summarize changes in around 50 characters or less.
Explain the problem that this commit is solving. Focus on why you are making this change as opposed to how. Are there side effects or other unintuitive consequences of this change? Here's the place to explain them.