New comment by teldra on void-packages repository https://github.com/void-linux/void-packages/pull/30004#issuecomment-813122152 Comment: > Out of curiosity, did you use gh cli to make this PR? It included the PR template in the commit message :/ No. I am using this https://github.com/zdykstra/xbb and customized it. It checks native builds, builds for the 3 archs in the PR template and checks, if I am using the pkg and modifies the commit msg. git commit -m "pkg: update to number" -m "pr template" is the way I am doing it. How do I not include it in the commit message but have that filled automatically?