mirror of
https://github.com/opnsense/src.git
synced 2026-02-19 02:30:08 -05:00
update CONTRIBUTING.md about pull requests. closes https://github.com/opnsense/src/issues/160
This commit is contained in:
parent
cafeb6ce41
commit
ff1a27ea5c
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue