From: Robert Konigsberg Date: Thu, 31 Jan 2013 14:37:40 +0000 (-0800) Subject: Update docs for committing changes. X-Git-Tag: v1.0.0~108^2 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=1a19005fada6b8f190aa35b3908dc571ea360d3e;p=dygraphs.git Update docs for committing changes. --- diff --git a/docs/changes.html b/docs/changes.html index 6ee7300..12a9d52 100644 --- a/docs/changes.html +++ b/docs/changes.html @@ -57,9 +57,17 @@ it.
This ensures that we won't inadvertently break your feature in the future. To do this, either add to an existing auto_test in - auto_tests/tests or run "auto_tests/misc/new-test.sh your-test-name" to - create a new one. You can run your auto_test in any browser by visiting - auto_tests/misc/local.html. + auto_tests/tests or run + auto_tests/misc/new-test.sh your-test-name to + create a new one. There are two easy ways to run tests: +

Sending a Pull Request