This commit is contained in:
PLBXNebulia-Formation 2025-11-21 09:23:11 +01:00
commit d1c8cae2c1
1417 changed files with 326736 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. -->