This commit is contained in:
爱喝水的木子
2026-03-02 15:35:39 +08:00
commit 00b48da363
1590 changed files with 285117 additions and 0 deletions

11
node_modules/mquery/.github/ISSUE_TEMPLATE.md generated vendored Normal file
View File

@@ -0,0 +1,11 @@
<!-- *Before creating an issue please make sure you are using the latest version of mquery -->
**Do you want to request a *feature* or report a *bug*?**
**What is the current behavior?**
**If the current behavior is a bug, please provide the steps to reproduce.**
**What is the expected behavior?**
**What are the versions of Node.js and mquery are you are using? Note that "latest" is not a version.**

9
node_modules/mquery/.github/PULL_REQUEST_TEMPLATE.md generated vendored Normal file
View File

@@ -0,0 +1,9 @@
<!-- Thanks for submitting a pull request! Please provide enough information so that others can review your pull request. The two fields below are mandatory.-->
**Summary**
<!-- Explain the **motivation** for making this change. What problem does the pull request solve? -->
**Examples**
<!-- If this code fixes a bug or adds a new feature, provide an example demonstrating the change, unless you added a test. -->