d930d75e9e4a967d52d4bbc51e7cbfe97fc8770e
[poolifier.git] / .github / ISSUE_TEMPLATE / bug_report.yml
1 name: Bug report
2 description: File a bug report
3 title: '[BUG]'
4 labels: ['bug', 'triage']
5
6 body:
7 - type: markdown
8 attributes:
9 value: |
10 Thank you for reporting an issue.
11
12 This issue tracker is for bugs and issues found in poolifier.
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: |
39 - If you can please specify at least a draft of your worker (if it is an async 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)
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.