New comment by reback00 on void-packages repository https://github.com/void-linux/void-packages/pull/15277#issuecomment-540486247 Comment: Well, I noticed your PR. There are some rules around here that you may need to follow to submit PRs. (1) You have to submit the whole change in one commit. When you have a new change you have to use: ``` git add git commit --amend git push -f ``` See [here for details](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#review) (2) You have to use a specific syntax when writing PR titles and commits. For new packages, use `New package: -`. In your case it would be `New package: wf-recorder-0.1` There are also rules for submitting changes/updates later on. See [here for details](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#committing-your-changes)