2 description: File a bug report
4 labels: ['bug', 'triage']
10 Thank you for reporting an issue.
12 This issue tracker is for bugs and issues found in poolifier.
13 Any misuse of this issue tracker will be closed immediately.
15 Please fill in as much of the template below as you're able.
18 label: Duplicate issue
20 - label: I've searched for any related issues and avoided creating a duplicate issue.
25 description: A clear and concise description of the bug.
28 label: Expected behavior
29 description: A clear and concise description of what you expected to happen.
32 label: Actual behavior
33 description: A clear and concise description of what actually happened.
36 label: Steps to reproduce
37 description: Steps to reproduce the bug.
39 - If you can please specify at least a draft of your worker (if it is an async task function or not is also important)
40 - Indicate which pool type are you using (i.e. FixedThreadPool) and with which options (number of threads, and so on)
43 label: poolifier version
46 label: Node.js version
47 description: Output of `node -v`.
51 description: Output of `npx --yes envinfo --system`.
55 description: Logs, configurations, screenshots, screencast, etc.