Browse Source

Touched up contribute, linked to community docs

https://github.com/ipfs/community/issues/63
Richard Littauer 10 years ago
parent
commit
31fd30b921
1 changed files with 6 additions and 5 deletions
  1. 6 5
      CONTRIBUTE.md

+ 6 - 5
CONTRIBUTE.md

@@ -1,22 +1,23 @@
 # Contributing to IPFS
 # Contributing to IPFS
 
 
-There are many ways to contribute to IPFS development. This document will flesh those out in time. For now,
-
+There are many ways to contribute to IPFS development. We welcome contributions big and small! We also have more extensive [community contributing notes](https://github.com/ipfs/community/blob/master/contributing.md).
 
 
 ### Help with the design
 ### Help with the design
 
 
-If you find an error or have a suggestion for the overall design of IPFS, please submit an [Issue](https://github.com/ipfs/ipfs/issues/new).
+If you have a suggestion regarding the overall design of IPFS (or if find an error), please submit an [issue](https://github.com/ipfs/ipfs/issues/new).
 
 
-If you have an error with an [implementation](README.md#implementations), file an issue in the respective repository. If you have an issue with the abstracted design, you can also check [specs](https://github.com/ipfs/specs). This repository is a landing repository for IPFS in general, and where any big updates will be posted.
+This repository is a landing repository for IPFS in general, and where any big updates will be posted. If you have an error with an [implementation](README.md#implementations), file an issue in the respective repository. If you have more questions about the abstracted design, you can also check [specs](https://github.com/ipfs/specs).
 
 
 ### Help with the implementations
 ### Help with the implementations
 
 
 Please contribute to the various [implementations](README.md#implementations) under development, or start another!
 Please contribute to the various [implementations](README.md#implementations) under development, or start another!
 
 
+There are also many other repositories that are part of IPFS, listed in the [project directory](https://github.com/ipfs/ipfs/blob/master/project-directory.md). Dive in and help out.
+
 ### Help with spreading the word
 ### Help with spreading the word
 
 
 Please tweet, email, tell everyone about this. IPFS will succeed only if many people use it and build on it.
 Please tweet, email, tell everyone about this. IPFS will succeed only if many people use it and build on it.
 
 
 ### Help in other ways
 ### Help in other ways
 
 
-[Email me directly](mailto:juan@ipfs.io?subject=Contributing to IPFS) if you'd like to help in other ways.
+[Email @jbenet directly](mailto:juan@ipfs.io?subject=Contributing to IPFS) if you'd like to help in other ways.