mirror of https://github.com/minio/minio.git
Update contributors document
This commit is contained in:
parent
b92ce76197
commit
0ac611e452
|
@ -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
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
../CONTRIBUTING.md
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue