Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 1.2 KB

CONTRIBUTING.md

File metadata and controls

21 lines (12 loc) · 1.2 KB

Contributing to sockpp

Thank you for your interest in the sockpp library!

Contributions are accepted and much appreciated. You can contribute updates, bug fixes, and bug reports through the GitHub site for the project.

  1. New and unstable development is done in the develop branch. Please make all pull requests against the develop branch.

  2. Please follow the naming and format conventions of the existing code.

  3. New features should be zero cost. Existing applications that do not use the feature(s) should not pay a cost in speed or size due to the new additions.

  4. Prefer smaller, targeted pull requests (PR's).

    1. Put each different new feature in a separate PR.
    2. Separate bug fixes and new features in individual PR's.
  5. Include unit tests for new features.

  6. Please indicate the system, OS, and compiler used for development and whether there are any known incompatibilities with other supported systems.

  7. Please only contribute code for which you have legal right to ownership. Do not contribute any code written at an employer site or on equipment ownd by an employer, if you have not been given explicit, written consent by the employer to contribute to open-source projects.