mirror of
https://github.com/debug-js/debug.git
synced 2025-12-08 20:59:48 +00:00
add issue and pull request templates
This commit is contained in:
parent
982c12c926
commit
976f8d2afc
17
.github/ISSUE_TEMPLATE.md
vendored
Normal file
17
.github/ISSUE_TEMPLATE.md
vendored
Normal 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
17
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal 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
|
||||
|
||||
-->
|
||||
Loading…
x
Reference in New Issue
Block a user