New comment by kawaiiamber on void-packages repository https://github.com/void-linux/void-packages/pull/30548#issuecomment-830687627 Comment: The four commits still need to be squashed to one to adhere to the one commit per package rule. `git rebase -i HEAD~4`, choose `squash` for the last three, and `git push origin master -f`. Personal recommendation, I might make a branch relating to the package `git checkout -b comfy` and PR from that branch, that's just me though.