-
Notifications
You must be signed in to change notification settings - Fork 943
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add issue and pull request templates
- Loading branch information
Showing
2 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
--> |