update CONTRIBUTING.md about pull requests. closes https://github.com/opnsense/src/issues/160

This commit is contained in:
Ad Schellevis 2022-03-28 09:42:38 +02:00 committed by Franco Fichtner
parent cafeb6ce41
commit ff1a27ea5c

View file

@ -59,9 +59,12 @@ And above all: stay kind and open. :)
Pull requests
-------------
Since this is a "downstream" FreeBSD repository, most pull requests should
be directed elsewhere unless specific for OPNsense.
When creating pull request, please heed the following:
* Base your code on the latest master branch to avoid manual merges
* Base your code on the latest "primary" branch to avoid manual merges
* Code review may ensue in order to help shape your proposal
* Pull request must adhere to 2-Clause BSD licensing
* Explain the problem and your proposed solution