add issue and pull request templates

This commit is contained in:
Josh Junon 2019-01-10 16:51:53 +01:00
parent 982c12c926
commit 976f8d2afc
2 changed files with 34 additions and 0 deletions

17
.github/ISSUE_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,17 @@
<!--
DO NOT SUBMIT ISSUES ASKING TO REMOVE ES6.
IT WILL BE CLOSED.
IT WILL BE LOCKED.
We use ES2015+ for a reason. Modern best
practices dictate the use of tooling like
Babel and @babel/preset-env in order to
target the browsers that make sense for
your project.
For more information, please see:
https://github.com/visionmedia/debug/pull/672
-->

17
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,17 @@
<!--
DO NOT SUBMIT PULL REQUESTS REMOVING ES6.
IT WILL BE CLOSED.
IT WILL NOT BE MERGED.
We use ES2015+ for a reason. Modern best
practices dictate the use of tooling like
Babel and @babel/preset-env in order to
target the browsers that make sense for
your project.
For more information, please see:
https://github.com/visionmedia/debug/pull/672
-->