Update contributors document

This commit is contained in:
Harshavardhana 2015-02-09 13:34:19 -08:00
parent b92ce76197
commit 0ac611e452
3 changed files with 19 additions and 16 deletions

View File

@ -27,6 +27,7 @@ Building Libraries
- Commit your changes (git commit -am 'Add some feature') - Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature) - Push to the branch (git push origin my-new-feature)
- Create new Pull Request - Create new Pull Request
* If you have additional dependencies for ``Minio``, ``Minio`` manages its depedencies using [godep](https://github.com/tools/godep) * If you have additional dependencies for ``Minio``, ``Minio`` manages its depedencies using [godep](https://github.com/tools/godep)
- Run `go get foo/bar` - Run `go get foo/bar`
- Edit your code to import foo/bar - Edit your code to import foo/bar

1
docs/contributing.md Symbolic link
View File

@ -0,0 +1 @@
../CONTRIBUTING.md

View File

@ -4,4 +4,5 @@ pages:
- ['api/minio.md', 'API', 'Minio'] - ['api/minio.md', 'API', 'Minio']
- ['api/manage.md', 'API', 'Management'] - ['api/manage.md', 'API', 'Management']
- ['architecture.md', 'Architecture', 'Overview'] - ['architecture.md', 'Architecture', 'Overview']
- ['contributing.md', 'Contributing', 'Overview']
theme: readthedocs theme: readthedocs