New comment by hervyqa on void-packages repository https://github.com/void-linux/void-packages/pull/44256#issuecomment-1585620614 Comment: @justinesmithies thanks, good work! 😊 but there are some problems here. - use a branch other than `master`. [^1] - use only one commit (or merge existing commits with `git rebase -i`). [^2] *Using the `master` branch of your fork for contributing is also strongly discouraged. It can cause many issues with updating your pull request (also called a PR), and having multiple PRs open at once. To create a new branch:* ``` $ git checkout master -b ``` for example with `swayfx` branch. ``` $ git checkout master -b swayfx ``` Reference: [^1]: Voidlinux contribution: https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#creating-updating-and-modifying-packages-in-void-by-yourself [^2]: How combine two commits into one commit: https://stackoverflow.com/questions/12522565/how-can-i-combine-two-commits-into-one-commit