From 8276b47bcd430b96915cd89bf156d13b34e61837 Mon Sep 17 00:00:00 2001 From: Rolson Quadras Date: Tue, 14 May 2019 14:26:22 -0400 Subject: [PATCH] chore: Update README with Contribution Guidelines and Licence details (#8) Closes #7 Signed-off-by: Rolson Quadras --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ff74e8a..3d6c04a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# fabric-sdk-go-ext [![Build Status](https://travis-ci.com/trustbloc/fabric-sdk-go-ext.svg?branch=master)](https://travis-ci.com/trustbloc/fabric-sdk-go-ext) +# fabric-sdk-go-ext [![Build Status](https://travis-ci.com/trustbloc/fabric-sdk-go-ext.svg?branch=master)](https://travis-ci.com/trustbloc/fabric-sdk-go-ext) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://raw.githubusercontent.com/trustbloc/fabric-sdk-go-ext/master/LICENSE) The project contains the set of extensions that can be used as module substitution with Hyperledger Fabric SDK Go ([fabric-sdk-go](https://github.com/hyperledger/fabric-sdk-go)). @@ -13,3 +13,9 @@ To compile the project, please run the following command from root directory ``` $ make build ``` + +# Contributing +Thank you for your interest in contributing. Please see our [community contribution guidelines](https://github.com/trustbloc/community/blob/master/CONTRIBUTING.md) for more information. + +# License +Apache License, Version 2.0 (Apache-2.0). See the [LICENSE](LICENSE) file.