Added a Contribute file
License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
Richard Littauer committed
Sep 20, 2015 at 11:58 UTC
3501aff03271324d8d462700557e8e4d61ba2d3f
2 files changed
+18
-16
README.md
+1
-16
@@ -211,22 +211,7 @@ file an issue of your own!
211
212
## Contributing
213
214
-go-ipfs is MIT licensed open source software. We welcome contributions big and
215
-small! Take a look at the [community contributing notes](https://github.com/ipfs/community/blob/master/contributing.md). Please make sure to check the
216
-[issues](https://github.com/ipfs/go-ipfs/issues). Search the closed ones
217
-before reporting things, and help us with the open ones.
218
-
219
-Guidelines:
220
-
221
-- see the [dev pseudo-roadmap](dev.md)
222
-- please adhere to the protocol described in [the main ipfs repo](https://github.com/ipfs/ipfs) and [paper](http://static.benet.ai/t/ipfs.pdf).
223
-- please make branches + pull-request, even if working on the main repository
224
-- ask questions or talk about things in [Issues](https://github.com/ipfs/go-ipfs/issues) or #ipfs on freenode.
225
-- ensure you are able to contribute (no legal issues please-- we'll probably setup a CLA)
226
-- run `go fmt` before pushing any code
227
-- run `golint` and `go vet` too -- some things (like protobuf files) are expected to fail.
228
-- if you'd like to work on ipfs part-time (20+ hrs/wk) or full-time (40+ hrs/wk), contact [@jbenet](https://github.com/jbenet)
229
-- have fun!
214
+Please see [Contribute.md](contribute.md)!
215
216
## Todo
217
contribute.md
new
+17
@@ -0,0 +1,17 @@
1
+# Contribute
2
+
3
+go-ipfs is MIT licensed open source software. We welcome contributions big and
4
+small! Take a look at the [community contributing notes](https://github.com/ipfs/community/blob/master/contributing.md). Please make sure to check the [issues](https://github.com/ipfs/go-ipfs/issues). Search the closed ones
5
+before reporting things, and help us with the open ones.
6
+
7
+Guidelines:
8
+
9
+- see the [dev pseudo-roadmap](dev.md)
10
+- please adhere to the protocol described in [the main ipfs repo](https://github.com/ipfs/ipfs), [paper](http://static.benet.ai/t/ipfs.pdf), and [specs](https://github.com/ipfs/specs) (WIP).
11
+- please make branches + pull-request, even if working on the main repository
12
+- ask questions or talk about things in [Issues](https://github.com/ipfs/go-ipfs/issues) or #ipfs on freenode.
13
+- ensure you are able to contribute (no legal issues please-- we'll probably setup a CLA)
14
+- run `go fmt` before pushing any code
15
+- run `golint` and `go vet` too -- some things (like protobuf files) are expected to fail.
16
+- if you'd like to work on ipfs part-time (20+ hrs/wk) or full-time (40+ hrs/wk), contact [@jbenet](https://github.com/jbenet)
17
+- have fun!
\ No newline at end of file