]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Update Contributing Guidelines
authorZach Panzarino <zachary@panzarino.com>
Thu, 2 Jun 2016 14:52:19 +0000 (10:52 -0400)
committerZach Panzarino <zachary@panzarino.com>
Thu, 2 Jun 2016 14:52:19 +0000 (10:52 -0400)
CONTRIBUTING.md

index ff00456ddfe6551ad7d95876dc631639fbcc033a..a401fd91aea81a5915d4e17afc5e734f731504d3 100644 (file)
@@ -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