updated readme with contribution section

This commit is contained in:
Steve Domino 2016-03-11 16:59:00 -07:00
parent e941ae8fc9
commit 2a34006ba7
1 changed files with 3 additions and 7 deletions

View File

@ -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/).