From 2a34006ba790dabb8104121f1fe32592c14fc000 Mon Sep 17 00:00:00 2001 From: Steve Domino Date: Fri, 11 Mar 2016 16:59:00 -0700 Subject: [PATCH] updated readme with contribution section --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index a78d6ef..851ec14 100644 --- a/README.md +++ b/README.md @@ -54,8 +54,8 @@ if err := db.Delete("fish", ""); err != nil { ``` ## Documentation -Complete documentation is available on [godoc](http://godoc.org/github.com/nanobox-io/golang-scribble). +Complete documentation is available on [godoc](http://godoc.org/github.com/nanobox-io/golang-scribble). ## Todo/Doing - Support for windows @@ -64,10 +64,6 @@ Complete documentation is available on [godoc](http://godoc.org/github.com/nanob - More methods to allow different types of reads/writes - More tests (you can never have enough!) - ## Contributing -1. Fork it -2. Create your feature branch (`git checkout -b my-new-feature`) -3. Commit your changes (`git commit -am 'Added some feature'`) -4. Push to the branch (`git push origin my-new-feature`) -5. Create new Pull Request + +Contributions to scribble are welcome and encouraged. Scribble is a [Nanobox](https://nanobox.io) project and contributions should follow the [Nanobox Contribution Process & Guidelines](https://docs.nanobox.io/contributing/).