From: Zach Panzarino Date: Mon, 30 May 2016 15:37:19 +0000 (+0000) Subject: Change templates for issues/PRs X-Git-Tag: v2.1.5~26^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2668%2Fhead;p=thirdparty%2FChart.js.git Change templates for issues/PRs --- diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index cb905e6c7..426edad8d 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,2 +1,9 @@ -- [ ] I have read the [guidelines for contributing](https://github.com/chartjs/Chart.js/blob/master/CONTRIBUTING.md) -- [ ] I have included an example of my issue 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)) \ No newline at end of file +Please consider the following before submitting an issue: + +Guidelines for contributing: https://github.com/chartjs/Chart.js/blob/master/CONTRIBUTING.md + +Example of issue on an interactive website such as the following: +- http://jsbin.com/ +- http://jsfiddle.net/ +- http://codepen.io/pen/ +- Premade template: http://codepen.io/pen?template=JXVYzq \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index b7cc39f1a..b57d497ec 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,2 +1,9 @@ -- [ ] I have read the [guidelines for contributing](https://github.com/chartjs/Chart.js/blob/master/CONTRIBUTING.md) -- [ ] I have included an example of my changes 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)) \ No newline at end of file +Please consider the following before submitting a pull request: + +Guidelines for contributing: https://github.com/chartjs/Chart.js/blob/master/CONTRIBUTING.md + +Example of changes on an interactive website such as the following: +- http://jsbin.com/ +- http://jsfiddle.net/ +- http://codepen.io/pen/ +- Premade template: http://codepen.io/pen?template=JXVYzq \ No newline at end of file