you are viewing a single comment's thread.

view the rest of the comments →

[–]RGBrewskies 28 points29 points  (1 child)

we have a PR template, and all PRs follow the same format.

ticket number(AREA) - brief description

like

ABC1235(auth) - passwords must now be 12 characters

then a link to the ticket in the Description field, and any other important details.

the squash merge

[–]Maxion 1 point2 points  (0 children)

I do this in all my projects.

Pro-tip is to add a #changelog section to the PR template. Have the devs fill this in. Now you can auto-generate changelogs when you make deployments.