]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Add issue & pull request template files (#2534)
authorZach Panzarino <zachary@panzarino.com>
Fri, 13 May 2016 00:52:39 +0000 (20:52 -0400)
committerTanner Linsley <tannerlinsley@gmail.com>
Fri, 13 May 2016 00:52:39 +0000 (19:52 -0500)
.github/ISSUE_TEMPLATE.md [new file with mode: 0644]
.github/PULL_REQUEST_TEMPLATE.md [new file with mode: 0644]

diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
new file mode 100644 (file)
index 0000000..cb905e6
--- /dev/null
@@ -0,0 +1,2 @@
+- [ ] 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
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644 (file)
index 0000000..b7cc39f
--- /dev/null
@@ -0,0 +1,2 @@
+- [ ] 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