From: Dan Vanderkam Date: Tue, 21 Oct 2014 05:19:12 +0000 (-0400) Subject: Add a guide to contributing X-Git-Tag: v1.1.0~42 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=2374e3cf3594f19d1bcdb7500c3c5290ff40aa6b;hp=9d3b9a9e035099ca54855aac6d139f38b779f5bf;p=dygraphs.git Add a guide to contributing --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..053ba87 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,20 @@ +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 + +It also helps if you include the non-compacted version of the JS on your +page. For instance, instead of doing this: + +```html + +``` + +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).