Skip to content

Submissions

Stacy Olivas edited this page Sep 11, 2020 · 1 revision

A few things to remember when making pull requests:

  1. All submissions must be signed off by you and have the Developer Certificate of Origin (DCO) attached to the submission. Follow the prompts in the pull request to add your DCO.

The DCO is as follows:

By making a contribution to this project, I certify that:

a. The contribution was created in whole or in part by me and I have the right to submit it under the open source license indicated in the file; or

b. The contribution is based upon previous work that, to the best of my knowledge, is covered under an appropriate open source license and I have the right under that license to submit that work with modifications, whether created in whole or in part by me, under the same open source license (unless I am permitted to submit under a different license), as indicated in the file; or

c. The contribution was provided directly to me by some other person who certified (a), (b) or (c) and I have not modified it.

d. I understand and agree that this project and the contribution are public and that a record of the contribution (including all personal information I submit with it, including my sign-off) is maintained indefinitely and may be redistributed consistent with this project or the open source license(s) involved.

  1. No pull requests will be accepted against the master branch. They must be submitted to the develop branch only and must track all recent additions to be accepted.

  2. All submissions require two members of the organization to review and approve before they are accepted. The owners can override this, and have on occasion, but will not take requests to override this requirement.

  3. All submissions must meet the GNU GPL licensing requirements of both Asterisk and the app_rpt related files. Authors retain copyright and must ensure that they have clearly annotated what they have changed in the commit entries and pull requests. If accepted, your contributions will be added to the AUTHORS or CONTRIBUTORS files. Due to this we request that contributors provide their name somewhere in the code contributed or submit it as an update to one of these files. This will ensure proper attribution is given for everyone's work on this project.

Clone this wiki locally