From 01ee159114da5e1eff952ad4ef0a9dc252e2f54e Mon Sep 17 00:00:00 2001 From: Jonathan Rudenberg Date: Tue, 12 Jul 2016 22:22:06 -0400 Subject: [PATCH] Add README and CONTRIBUTING docs Signed-off-by: Jonathan Rudenberg --- CONTRIBUTING.md | 1 + README.md | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 CONTRIBUTING.md create mode 100644 README.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..71b39ce --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1 @@ +See the [Flynn contributing guide](https://flynn.io/docs/contributing). diff --git a/README.md b/README.md new file mode 100644 index 0000000..c38fb86 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# noise [![GoDoc](https://godoc.org/github.com/flynn/noise?status.svg)](https://godoc.org/github.com/flynn/noise) [![Build Status](https://travis-ci.org/flynn/noise.svg?branch=master)](https://travis-ci.org/flynn/noise) + +This is a Go package that implements the [Noise Protocol +Framework](http://noiseprotocol.org). See [the +documentation](https://godoc.org/github.com/flynn/noise) for usage information.