Congratulations to the Nano project and to everyone involved!

On Wed, Jul 15, 2015 at 6:56 AM, Robert Kowalski <r...@kowalski.gd> wrote:

> Hi!
>
> I am happy to welcome nano as a new subproject of the CouchDB project!
>
> Nano is a minimalistic Node.js client for CouchDB.
>
> The code is located at
> https://git-wip-us.apache.org/repos/asf?p=couchdb-nano.git;a=summary
>
> The GitHub mirror is available now:
> https://github.com/apache/couchdb-nano
>
> Simple Quickstart:
>
> # clone the project from GitHub if you intent to send a PR for a review
> git clone https://github.com/apache/couchdb-nano.git
>
> # add the asf repos as "upstream" if you are a committer, if not, becoming
> a
> # committer is easy, get involved!
> git remote add upstream
> https://git-wip-us.apache.org/repos/asf/couchdb-nano.git
>
> # create pull requests as usual
>
> # hint: use this gist for easy reviewing of github PRs
> https://gist.github.com/piscisaureus/3342247
>
> # after a merge, push to upstream
> git push upstream master
>
> important to know: force pushes on master are disabled.
>
>
> Happy hacking everyone!
>
> Robert :)
>

Reply via email to