https://github.com/catboost/catboost
Raw File
Tip revision: 4186c5325846c3e029b3822c3c7b1b68fa88e055 authored by Dmitry Baksheev on 09 January 2019, 19:56:28 UTC
Release CatBoost 0.12.1.1
Tip revision: 4186c53
PULL_REQUEST_TEMPLATE.md
Before submitting a pull request, please do the following steps:

1. Read instructions for contributors [here](https://tech.yandex.com/catboost/doc/dg/concepts/development-and-contributions-docpage/).
2. Run `ya make` in catboost folder to make sure the code builds.
3. Add tests that test your change.
4. Run tests using `ya make -t -A` command.
5. If you haven't already, complete the CLA.
back to top