refactor: uniform namespace for task function(s)
[poolifier.git] / .github / ISSUE_TEMPLATE / bug_report.yml
CommitLineData
7becd60a
JB
1name: Bug report
2description: File a bug report
3title: '[BUG]'
4labels: ['bug', 'triage']
5
6body:
7 - type: markdown
8 attributes:
9 value: |
10 Thank you for reporting an issue.
11
e4119d08 12 This issue tracker is for bugs and issues found in poolifier.
7becd60a
JB
13 Any misuse of this issue tracker will be closed immediately.
14
15 Please fill in as much of the template below as you're able.
16 - type: checkboxes
17 attributes:
18 label: Duplicate issue
19 options:
20 - label: I've searched for any related issues and avoided creating a duplicate issue.
21 required: true
22 - type: textarea
23 attributes:
24 label: Description
25 description: A clear and concise description of the bug.
26 - type: textarea
27 attributes:
28 label: Expected behavior
29 description: A clear and concise description of what you expected to happen.
30 - type: textarea
31 attributes:
32 label: Actual behavior
33 description: A clear and concise description of what actually happened.
34 - type: textarea
35 attributes:
36 label: Steps to reproduce
37 description: Steps to reproduce the bug.
38 placeholder: |
82ea6492 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)
7becd60a
JB
40 - Indicate which pool type are you using (i.e. FixedThreadPool) and with which options (number of threads, and so on)
41 - type: input
42 attributes:
43 label: poolifier version
44 - type: input
45 attributes:
46 label: Node.js version
47 description: Output of `node -v`.
48 - type: textarea
49 attributes:
50 label: System
51 description: Output of `npx --yes envinfo --system`.
52 - type: textarea
53 attributes:
54 label: Attachments
55 description: Logs, configurations, screenshots, screencast, etc.