From 01a795800f16a16fc49152aa2af3e04cea42d794 Mon Sep 17 00:00:00 2001 From: Richard Littauer Date: Mon, 2 Nov 2015 05:10:46 -0500 Subject: [PATCH] Small edits License: MIT Signed-off-by: Richard Littauer --- contribute.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contribute.md b/contribute.md index 9957d4c03..23bc90207 100644 --- a/contribute.md +++ b/contribute.md @@ -4,11 +4,11 @@ go-ipfs is MIT licensed open source software. We welcome contributions big and 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 before reporting things, and help us with the open ones. -Go Guidelines: +## Go Guidelines: -- Please look and conform to our [Go Contribution Guidelines](https://github.com/ipfs/community/blob/master/go-contribution-guidelines.md). +Please look and conform to our [Go Contribution Guidelines](https://github.com/ipfs/community/blob/master/go-contribution-guidelines.md). -General Guidelines: +## General Guidelines: - See the [dev pseudo-roadmap](dev.md). - 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).