X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=CONTRIBUTING.md;h=ee72da0efc5567bf72ec52b4f3536888d575462c;hb=3b196163552cb25ae554ac48a20fe3131bee5dd1;hp=053ba874080b85dc9341271237bdf9a93c818ecb;hpb=2374e3cf3594f19d1bcdb7500c3c5290ff40aa6b;p=dygraphs.git diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 053ba87..ee72da0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,4 +1,5 @@ Filing a bug report? Please include the following: + 1. Link to a page which demonstrates the problem, preferably a jsfiddle (use [this jsfiddle](http://dygraphs.com/fiddle) as a template) 2. Browser and Operating System that exhibit the problem @@ -12,9 +13,9 @@ page. For instance, instead of doing this: do this: ```html - + ``` This makes error messages and debugging simpler. The jsfiddle does this automatically. -Sending a Pull Request? See our [guide to making dygraphs contributions](http://dygraphs.com/changes.html). +Sending a Pull Request? See our [guide to making dygraphs contributions](/DEVELOP.md).