Alexander Makarov

Results 1736 comments of Alexander Makarov

That's definitely not desired behavior. Any idea on how to fix it?

Thanks for reporting. Feel free to do a pull request.

Yes: https://github.com/yiisoft/yii2/blob/master/docs/internals/git-workflow.md

Yes, you are right. Yii2 repo first.

Merging is blocked as expected since we need to check the pull request first.

There could be warmup query before testing.

That is about pulling changes from upstream/master (original repo) into origin/master (fork). That's common workflow despite the fact that you can directly branch from upstream/master for your pull requests.

> Make configuration of repositories possible, decouple from yii Isn't it there? https://github.com/yiisoft/yii-dev-tool/blob/master/packages.local.php.example > Add a command that creates a package from a template That is easy to do via...