From b5fd55f6f7280f028677f035eaedf3f3aa38146b Mon Sep 17 00:00:00 2001 From: Utkarsh Upadhyay Date: Mon, 30 Oct 2017 09:04:00 +0100 Subject: [PATCH] Add more advice for beginners. (#163) Fixes #153 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d694c24..7fb11ce 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ Inspired by [First Timers Only](https://medium.com/@kentcdodds/first-timers-only If you are an open source project maintainer, add the label `first-timers-only` (or similar) to your project and list it here so people can find it. +If you are looking to contribute then explore this list, look at [`first-timers-only` labelled open issues on Github](https://github.com/search?utf8=%E2%9C%93&q=label%3Afirst-timers-only+is%3Aissue+is%3Aopen&type=), and follow [@first_tmrs_only](https://twitter.com/first_tmrs_only) on Twitter to be notified when a new `first-timers-only` issue is created. + ## .NET - [Shouldly](https://github.com/shouldly/shouldly/labels/Jump-In) _(label: Jump-In)_
Should testing for .net - the way Asserting *Should* be!