Skip to content
Snippets Groups Projects
CONTRIBUTING.md 1.04 KiB
Newer Older
Contributing to PyUtilib
=====================

Pull Requests
-------------

PyUtilib manages source code contributions via pull requests. For a pull
request to be accepted, it must satisfy all code integration and
coverage tests, and then pass review by two core developers. For core
developers, authorship of a pull request counts as a review.

Submitted code that addresses an issue should include a test exercising
the relevant case. New functionality should include tests to establish
validity of its results and/or effects.

Legal Disclaimer
----------------

By contributing to this software project, you are agreeing to the
following terms and conditions for your contributions:

1. You agree your contributions are submitted under the BSD license.
2. You represent you are authorized to make the contributions and grant
   the license. If your employer has rights to intellectual property that
   includes your contributions, you represent that you have received
   permission to make contributions and grant the required license on
   behalf of that employer.