From: Zach Panzarino Date: Thu, 2 Jun 2016 14:52:19 +0000 (-0400) Subject: Update Contributing Guidelines X-Git-Tag: v2.1.5~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=016c2d8267f0d7c5a25caa858611ed804c18f8e4;p=thirdparty%2FChart.js.git Update Contributing Guidelines --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ff00456dd..a401fd91a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -25,7 +25,7 @@ Guidlines for reporting bugs: - Check the issue search to see if it has already been reported - Isolate the problem to a simple test case - - Provide a demonstration of the problem on [JS Bin](http://jsbin.com) or similar + - Please include a demonstration of the bug on a website such as [JS Bin](http://jsbin.com/), [JS Fiddle](http://jsfiddle.net/), or [Codepen](http://codepen.io/pen/). ([Template](http://codepen.io/pen?template=JXVYzq)) Please provide any additional details associated with the bug, if it's browser or screen density specific, or only happens with a certain configuration or data. @@ -45,7 +45,7 @@ Be advised that **Chart.js 1.0.2 is in feature-complete status**. Pull requests Guidelines: - - Please create an issue first: + - Please create an issue first and/or talk with a team member: - For bugs, we can discuss the fixing approach - For enhancements, we can discuss if it is within the project scope and avoid duplicate effort - Please make changes to the files in [`/src`](https://github.com/chartjs/Chart.js/tree/master/src), not `Chart.js` or `Chart.min.js` in the repo root directory, this avoids merge conflicts