This is an open source project, and you are more than welcome to contribute!
-
Found an issue? Submit an issue.
-
Want to fix an issue or contribute an improvement? Talk to us about your ideas or just start coding:
-
Create a feature branch:
git checkout -b feature
-
Commit your changes with a comment:
git commit -m "feat: add shiny new feature"
(See Commit messages for details.) -
Push to the branch to GitHub:
git push origin feature
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.
The Python quickstarts on the development
branch uses the
development 999-dev0
build of timefold-solver
.
This needs to be built locally:
-
Clone timefold-solver-python.
-
Install
build
$ pip install build
-
Build the main branch of
timefold-solver-python
$ python -m build
-
Reference the
timefold-solver-python
build directory in your~/.config/pip/pip.conf
:[global] find-links = /path/to/timefold-solver-python/dist