Cleanup GH actions
[poolifier.git] / .github / ISSUE_TEMPLATE / bug_report.md
1 ---
2 name: Bug report
3 about: Create a report to help us improve
4 title: BUG_
5 labels: ''
6 assignees: ''
7 ---
8
9 **Describe the bug**
10 A clear and concise description of what the bug is.
11
12 **Steps to reproduce the behavior**
13 Steps to reproduce the behavior.
14
15 **Expected behavior**
16 A clear and concise description of what you expected to happen.
17
18 **Screenshots**
19 If applicable, add screenshots to help explain your problem.
20
21 **Info**
22
23 | Tool | Version |
24 | --------- | ------------- |
25 | Poolifier | v2.x.x |
26 | Node | v12.x.x |
27 | OS | win,linux,mac |
28
29 **Additional context**
30
31 - If you can please specify at least a draft of your worker (if it is an async function or not is also important)
32 - Indicate which pool type are you using (i.e. FixedThreadPool) and with which options (num of thread, and so on)