some progress

This commit is contained in:
Jonas_Jones 2023-03-30 20:40:42 +02:00
parent aea93a5527
commit e3c15bd288
1388 changed files with 306946 additions and 68323 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. -->