From 342e7bf9ff1ebff787238901245b45bd6118d391 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Ar=C3=A1oz?= Date: Mon, 9 Jan 2017 16:27:32 -0300 Subject: [PATCH] Add tag comment on CONTRIBUTING.md Fixes #116 --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e80d6a4a1..67682b3ea 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -102,4 +102,6 @@ Main contributors will review your code and possibly ask for changes before your If you have any questions feel free to post them to [github.com/OpenZeppelin/zeppelin-solidity/issues](https://github.com/OpenZeppelin/zeppelin-solidity/issues). +Finally, if you're looking to collaborate and want to find easy tasks to start, [look at the issues we marked as easy](https://github.com/OpenZeppelin/zeppelin-solidity/labels/easy). + Thanks for your time and code!