https://github.com/catboost/catboost
Raw File
Tip revision: 9807fe7f2feac62fa0f791f6bc39f3b9d87d3c28 authored by arcadia-devtools on 25 December 2019, 16:18:28 UTC
intermediate changes
Tip revision: 9807fe7
PULL_REQUEST_TEMPLATE.md
Before submitting a pull request, please do the following steps:

1. Read [instructions for contributors](https://catboost.ai/docs/concepts/development-and-contributions.html).
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](https://yandex.ru/legal/cla/).
back to top