Nice one - my hope is that this can pave the way for much easier collaboration and help particularly for those of us who are recreational helpers (or trying to be).

Hopefully many projects can do this and we can save time and effort by reusing existing open source infrastructure.

We know there are teething problems - but this feels genuinely worth while.

Tim

Sent from my iPhone

On 28 Jul 2017, at 10:58, Denis Kudriashov <dionisiydk@gmail.com> wrote:

Hi.

I moved Calypso to github https://github.com/dionisiydk/Calypso. You can load it with following script:

Metacello new
  baseline: 'Calypso';
  repository: 'github://dionisiydk/Calypso';
  load

Now you can fork it and pull requests to dev branch.

New version includes a lot of new features and fixes. You can read overview in my blog http://dionisiydk.blogspot.fr/2017/07/calypso-update-many-improvements-and.html

Best regards,
Denis