From 6e52810d9bae8776dc9ad81925ed4212d5e95673 Mon Sep 17 00:00:00 2001 From: Nico Rehwaldt Date: Tue, 26 Sep 2017 14:47:23 +0200 Subject: [PATCH] docs(CONTRIBUTING): link modeler playground --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3e2511a8..57612850 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -35,7 +35,7 @@ Help us to understand and reproduce your issue: * Attach steps to reproduce * Attach code samples, configuration options or stack traces that provide the necessary context -If possible, try to build an example that reproduces your problem. Use [this JSFiddle](https://jsfiddle.net/kxqy09gf/) as a starting point or put a running demo up on [GitHub](https://github.com/). +If possible, try to build an example that reproduces your problem. You can use our playgrounds for [viewer](https://jsfiddle.net/kxqy09gf/) or [modeler](https://jsfiddle.net/08p147e9/) as a starting point or put a demo up on [GitHub](https://github.com/) for inspection. #### Suggesting a Feature