refactor: cleanup cluster ESM issue workaround
[poolifier.git] / .github / ISSUE_TEMPLATE / bug_report.md
index 82d944be0ca07b3efd903731eef749820cb7e441..a73b2c8db03b123e490749532092f6770a2155b9 100644 (file)
@@ -4,18 +4,13 @@ about: Create a report to help us improve
 title: BUG_
 labels: ''
 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,17 +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]
+**Info**
 
-**Smartphone (please complete the following information):**
- - 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 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 )
+
+- 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)