Clean up project (no. 2) (#115)
authorShinigami <chrissi92@hotmail.de>
Wed, 10 Feb 2021 17:50:56 +0000 (18:50 +0100)
committerGitHub <noreply@github.com>
Wed, 10 Feb 2021 17:50:56 +0000 (18:50 +0100)
.github/ISSUE_TEMPLATE/bug_report.md
.github/PULL_REQUEST_TEMPLATE.md
package-lock.json

index 89de5e5d3940796c90206cc83e0f133d73797d46..a73b2c8db03b123e490749532092f6770a2155b9 100644 (file)
@@ -9,13 +9,8 @@ assignees: ''
 **Describe the bug**
 A clear and concise description of what the bug is.
 
-**To Reproduce**
-Steps to reproduce the behavior:
-
-1. Go to '...'
-2. Click on '....'
-3. Scroll down to '....'
-4. See error
+**Steps to reproduce the behavior**
+Steps to reproduce the behavior.
 
 **Expected behavior**
 A clear and concise description of what you expected to happen.
@@ -23,20 +18,15 @@ A clear and concise description of what you expected to happen.
 **Screenshots**
 If applicable, add screenshots to help explain your problem.
 
-**Desktop (please complete the following information):**
-
-- OS: [e.g. iOS]
-- Browser [e.g. chrome, safari]
-- Version [e.g. 22]
-
-**Smartphone (please complete the following information):**
+**Info**
 
-- Device: [e.g. iPhone6]
-- OS: [e.g. iOS8.1]
-- Browser [e.g. stock browser, safari]
-- Version [e.g. 22]
+| Tool      | Version       |
+| --------- | ------------- |
+| Poolifier | v2.x.x        |
+| Node      | v12.x.x       |
+| OS        | win,linux,mac |
 
 **Additional context**
 
-- If you can please specify at least a draft of your workerif it is an async function or not is also important)
-- Indicate which pool type are you using (i.e. FixedThreadPool ) and with which options ( num of thread, and so on )
+- If you can please specify at least a draft of your worker (if it is an async function or not is also important)
+- Indicate which pool type are you using (i.e. FixedThreadPool) and with which options (num of thread, and so on)
index 013817f213077d4207f34d764ddfc528e35f5c74..1f689ef280fe7b85970aa9dd81e608333c217d31 100644 (file)
@@ -1,6 +1,8 @@
-Thanks for contributing to poolifier project.
-Please be sure to read our [contributing guidelines](https://github.com/pioardi/poolifier/blob/pr-template/CONTRIBUTING.md).
+<!--
+  Thanks for contributing to poolifier project.
+  Please be sure to read our [contributing guidelines](https://github.com/pioardi/poolifier/blob/pr-template/CONTRIBUTING.md).
 
-- Please add a description of your changes.
-- We need your changes to come with unit tests in order to keep this project in quality and easy to mantain.
-- Please add a link to the open issue or task that this pull request will resolve.
+  - Please add a description of your changes.
+  - We need your changes to come with unit tests in order to keep this project in quality and easy to maintain.
+  - Please add a link to the open issue or task that this pull request will resolve.
+-->
index 30342d12c415306409b78a09d07c0fe0aaabb5a9..7c00cde0fcb823424e3a0d78f5f3119dbf4e52b1 100644 (file)
       }
     },
     "graceful-fs": {
-      "version": "4.2.5",
-      "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.5.tgz",
-      "integrity": "sha512-kBBSQbz2K0Nyn+31j/w36fUfxkBW9/gfwRWdUY1ULReH3iokVJgddZAFcD1D0xlgTmFxJCbUkUclAlc6/IDJkw==",
+      "version": "4.2.6",
+      "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.6.tgz",
+      "integrity": "sha512-nTnJ528pbqxYanhpDYsi4Rd8MAeaBA67+RZ10CM1m3bTAVFEDcd5AuA4a6W5YkGZ1iNXHzZz8T6TBKLeBuNriQ==",
       "dev": true
     },
     "graphql": {
       "integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==",
       "dev": true
     },
+    "queue-microtask": {
+      "version": "1.2.2",
+      "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.2.tgz",
+      "integrity": "sha512-dB15eXv3p2jDlbOiNLyMabYg1/sXvppd8DP2J3EOCQ0AkuSXCW2tP7mnVouVLJKgUMY6yP0kcQDVpLCN13h4Xg==",
+      "dev": true
+    },
     "randombytes": {
       "version": "2.1.0",
       "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz",
       }
     },
     "run-parallel": {
-      "version": "1.1.10",
-      "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.1.10.tgz",
-      "integrity": "sha512-zb/1OuZ6flOlH6tQyMPUrE3x3Ulxjlo9WIVXR4yVYi4H9UXQaeIsPbLn2R3O3vQCnDKkAl2qHiuocKKX4Tz/Sw==",
-      "dev": true
+      "version": "1.2.0",
+      "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
+      "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
+      "dev": true,
+      "requires": {
+        "queue-microtask": "^1.2.2"
+      }
     },
     "safe-buffer": {
       "version": "5.2.1",