Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.57 KB

CONTRIBUTING.md

File metadata and controls

27 lines (19 loc) · 1.57 KB

Contributing to p1160

If you'd like to help us improve and extend this project, then we welcome your contributions! Keep in mind though that this code is intended to support a proposal to the ISO WG21 C++ standardization process, so only changes to correct errors or improve clarity will be considered.

Below you will find some basic steps required to be able to contribute to the project. If you have any questions about this process or any other aspect of contributing to a Bloomberg open source project, feel free to send an email to [email protected] and we'll get your questions answered as quickly as we can.

Contribution Licensing

Since p1160 is distributed under the terms of the Apache Version 2 license, contributions that you make are licensed under the same terms. In order for us to be able to accept your contributions, we will need explicit confirmation from you that you are able and willing to provide them under these terms, and the mechanism we use to do this is called a Developer's Certificate of Origin DCO. This is very similar to the process used by the Linux(R) kernel, Samba, and many other major open source projects.

To participate under these terms, all that you must do is include a line like the following as the last line of the commit message for each commit in your contribution:

Signed-Off-By: Random J. Developer <[email protected]>

The simplest way to accomplish this is to add -s or --signoff to your git commit command.

You must use your real name (sorry, no pseudonyms, and no anonymous contributions).