How to submit a patch / pull request / etc for a package?
-
What is the correct way to submit a proposed patch for a package? Am I supposed to send a pull request on github? open a ticket on redmine? email or PM the package author? Sorry if this info is posted somewhere but I didn't immediately find it …
-
What is the correct way to submit a proposed patch for a package? Am I supposed to send a pull request on github? open a ticket on redmine? email or PM the package author? Sorry if this info is posted somewhere but I didn't immediately find it …
I suggest creating your own "repo fork" of the pfsense-packages repo on Github. Then make your changes to the package in question and submit them as a Pull Request back to pfsense-packages. Instructions for creating a fork and have it track the upstream master are on the Github site (Google can also be a good friend when learning how to use Git).
If you go to the pfsense-packages site and click Pull Requests in the upper right, you will see the currently open requests. Here is a link: https://github.com/pfsense/pfsense-packages/pulls.
Bill