From 9e81b158bf1c51642c986b8a6d366f3eb61d6b9d Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sat, 12 Mar 2016 11:28:10 +0100 Subject: [PATCH] Add hints on how to get started --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2936d639e..e2713e3c6 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,12 @@ restic and the data structures stored on the back end is contained in [`doc/Design.md`](doc/Design.md). The development environment is described in [`CONTRIBUTING.md`](CONTRIBUTING.md). +If you'd like to start contributing to restic, but don't know exactly what do +to, have a look at this great article by Dave Cheney: +[Suggestions for contributing to an Open Source project](http://dave.cheney.net/2016/03/12/suggestions-for-contributing-to-an-open-source-project) +A few issues have been tagged with the label `help wanted`, you can start +looking at those: https://github.com/restic/restic/labels/help%20wanted + Contact =======