From 571aa55ef5d21d4d6c41dd5f5c35e44062337204 Mon Sep 17 00:00:00 2001 From: Brent Vatne Date: Sat, 23 May 2015 15:49:01 -0700 Subject: [PATCH] Update CONTRIBUTING.md - ask for a runnable example for bugs --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fbee3c875..7fa99d841 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -37,7 +37,7 @@ We will be using GitHub Issues for our public bugs. We will keep a close eye on ### Reporting New Issues -The best way to get your bug fixed is to provide a reduced test case. +The best way to get your bug fixed is to provide a reduced test case. Please provide either a public repository with a runnable example or a [React Native Playground](https://rnplay.org/) snippet. ### Security Bugs