Skip to content

Commit 976f8d2

Browse files
committedJan 10, 2019
add issue and pull request templates
1 parent 982c12c commit 976f8d2

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed
 

‎.github/ISSUE_TEMPLATE.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!--
2+
3+
DO NOT SUBMIT ISSUES ASKING TO REMOVE ES6.
4+
5+
IT WILL BE CLOSED.
6+
IT WILL BE LOCKED.
7+
8+
We use ES2015+ for a reason. Modern best
9+
practices dictate the use of tooling like
10+
Babel and @babel/preset-env in order to
11+
target the browsers that make sense for
12+
your project.
13+
14+
For more information, please see:
15+
https://github.com/visionmedia/debug/pull/672
16+
17+
-->

‎.github/PULL_REQUEST_TEMPLATE.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!--
2+
3+
DO NOT SUBMIT PULL REQUESTS REMOVING ES6.
4+
5+
IT WILL BE CLOSED.
6+
IT WILL NOT BE MERGED.
7+
8+
We use ES2015+ for a reason. Modern best
9+
practices dictate the use of tooling like
10+
Babel and @babel/preset-env in order to
11+
target the browsers that make sense for
12+
your project.
13+
14+
For more information, please see:
15+
https://github.com/visionmedia/debug/pull/672
16+
17+
-->

0 commit comments

Comments
 (0)
Please sign in to comment.