Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 1.55 KB

CONTRIBUTING.adoc

File metadata and controls

48 lines (37 loc) · 1.55 KB

Contributing to Timefold Quickstarts

This is an open source project, and you are more than welcome to contribute!

The CI checks against your PR to ensure that it doesn’t introduce errors. If the CI identifies a potential problem, our friendly PR maintainers will help you resolve it.

Developing Python quickstarts

The Python quickstarts on the development branch uses the development 999-dev0 build of timefold-solver. This needs to be built locally:

  1. Clone timefold-solver-python.

  2. Install build

    $ pip install build
  3. Build the main branch of timefold-solver-python

    $ python -m build
  4. Reference the timefold-solver-python build directory in your ~/.config/pip/pip.conf:

    [global]
    find-links =
        /path/to/timefold-solver-python/dist