You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Create a bug report to help us improve
3
+
title: '[Bug]: '
4
+
labels: ['Bug Report']
5
+
body:
6
+
- type: markdown
7
+
attributes:
8
+
value: |
9
+
# Please follow these steps first:
10
+
- type: markdown
11
+
attributes:
12
+
value: |
13
+
## Troubleshoot
14
+
If the boilerplate is not behaving the way you expect, we'd ask you to look at the [README](https://github.com/Devtography/electron-react-typescript-webpack-boilerplate#readme) and search the issue tracker before submitting the issue. Please make reasonable efforts to troubleshoot and rule out issues with your code, the configuration, or any 3rd party libraries you might be using.
15
+
- type: markdown
16
+
attributes:
17
+
value: |
18
+
## Ask for help through appropriate channels
19
+
If you feel unsure about the cause of the problem, consider asking for help on for example [StackOverflow](https://stackoverflow.com/questions/ask) or our [Discussions section](https://github.com/Devtography/electron-react-typescript-webpack-boilerplate/discussions) before posting a bug report. This issue tracker is not a help forum.
20
+
- type: markdown
21
+
attributes:
22
+
value: |
23
+
## Make a minimal reproduction
24
+
To file the report, you will need a GitHub repository with a minimal (but complete) example and simple/clear steps on how to reproduce the bug. If all your tests fail with a strange error, can you find a way to show us with just one? If you have many extra configuration options in your config files, can you simplify them?
25
+
26
+
The simpler you can make it, the more likely we are to successfully verify and fix the bug.
27
+
- type: markdown
28
+
attributes:
29
+
value: |
30
+
:bangbang: Bug reports without a minimal reproduction will be rejected. :bangbang:
31
+
32
+
---
33
+
34
+
- type: input
35
+
id: version
36
+
attributes:
37
+
label: Version
38
+
description: |
39
+
The version of ERTW boilerplate you are using.
40
+
Is it the [latest](https://github.com/Devtography/electron-react-typescript-webpack-boilerplate/releases)? Test and see if the bug has already been fixed.
41
+
placeholder: ex. 4.1.2
42
+
validations:
43
+
required: true
44
+
- type: textarea
45
+
id: reproduction
46
+
attributes:
47
+
label: Steps to reproduce
48
+
description: Please link to a repository with a minimal reproduction and describe accurately how we can reproduce/verify the bug.
49
+
placeholder: |
50
+
Example steps (replace with your own):
51
+
1. Clone my repo at https://github.com/<username>/example
52
+
2. npm ci
53
+
3. npm test
54
+
4. You should see the error comes up
55
+
validations:
56
+
required: true
57
+
- type: textarea
58
+
id: expected
59
+
attributes:
60
+
label: Expected behaviour
61
+
description: A description of what you expect to happen.
62
+
placeholder: I expect to see X or Y
63
+
validations:
64
+
required: true
65
+
- type: textarea
66
+
id: what-happened
67
+
attributes:
68
+
label: Actual behaviour
69
+
description: A clear and concise description of the unexpected behaviour.
70
+
placeholder: A bug happened!
71
+
validations:
72
+
required: true
73
+
- type: textarea
74
+
id: context
75
+
attributes:
76
+
label: Additional context
77
+
description: Anything else that might be relevant.
78
+
validations:
79
+
required: true
80
+
- type: textarea
81
+
id: envinfo
82
+
attributes:
83
+
label: Environment
84
+
description: |
85
+
Please paste the output of running `npx envinfo --system --binaries --npmPackages`
86
+
placeholder: |
87
+
System:
88
+
OS: Linux 5.4 Ubuntu 20.04.4 LTS (Focal Fossa)
89
+
CPU: (4) x64 Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz
0 commit comments